COLOR #ED9A3D

HEX: #ED9A3D
RGB: (237,154,61)

Renk bilgisi

#ED9A3D contains mainly red color. #ED9A3D ‘ nin web güvenlik rengi #FF9933 (ya da #F93) dir.

RGB renk modeli

#ED9A3D color RGB value is (237,154,61).

  • kırmız ton 237;
  • yeşil ton 154;
  • mavi ton 61.
RGB:
(237,154,61)
(93%,60%,24%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 154 of 255 = 60%
B 61 of 255 = 24%

237
154
61

R + G + B ~ 59%. #ED9A3D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 154 + 61 = 452 (100%)
R 237 of 452 ~ 52.43%
G 154 of 452 ~ 34.07%
B 61 of 452 ~ 13.5%

%52.43
%34.07
%13.5

CMYK RENK MODELİ

#ED9A3D rengi CMYK tonu (0,35,74,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.02%
  • sarı tonu 74.26%
  • ana renk tonu 7.06%
CMYK:
(0,35,74,7)
C0M35Y74K7 
(0%,35%,74%,7%)
(0.00/0.35/0.74/0.07)	

CMYK yüzdeleri

%0
%35.02
%74.26
%7.06

Codes

Color #ED9A3D in popluar color models

ED9A3D
RGB23715461
HSL32°83.02%58.43%
HSB/HSV32°74.26%92.94%
CMYK0.00%35.02%74.26%
7.06%

Color #ED9A3D in popluar number systems.

HEXED9A3D
Decimal23715461
Binary1110110110011010111101
Octal35523275

Shades and tints

Shades of #ED9A3D

#ED9A3D
(237,154,61)
#D88C38
(216,140,56)
#C37E33
(195,126,51)
#AE702E
(174,112,46)
#996229
(153,98,41)
#845424
(132,84,36)
#6F461F
(111,70,31)
#5A381A
(90,56,26)
#452A15
(69,42,21)
#301C10
(48,28,16)
#1B0E0B
(27,14,11)
#000000
(0,0,0)

Tints of #ED9A3D

#ED9A3D
(237,154,61)
#EEA34E
(238,163,78)
#EFAC5F
(239,172,95)
#F0B570
(240,181,112)
#F1BE81
(241,190,129)
#F2C792
(242,199,146)
#F3D0A3
(243,208,163)
#F4D9B4
(244,217,180)
#F5E2C5
(245,226,197)
#F6EBD6
(246,235,214)
#F7F4E7
(247,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9A3D color. Also use rgb(237,154,61) instead hex code.

Text Font Color

.myTextColor { color: #ED9A3D; }

<p style="color:#ED9A3D">This sample text font color is #ED9A3D.</p>

This text font color is #ED9A3D.


Background Color

.myBgColor { background-color: #ED9A3D; }

<div style="background-color:#ED9A3D">Inner text</div>

This div background color is #ED9A3D.


Border color

.myBorderColor { border: 1px solid #ED9A3D; }

<div style="border:3px solid #ED9A3D">Div</div>

This div border color is #ED9A3D.


Opacity

.myOpacity80 { color: #ED9A3D; opacity: 0.8; }

<p style="color:#ED9A3D;opacity:0.8;">80%</p>

Text with #ED9A3D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ED9A3D;}

<p style="text-shadow: 3px 3px 1px #ED9A3D">Text here.</p>

This text has shadow with #ED9A3D color.

.textShadow {text-shadow: 3px 3px 1px #ED9A3D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ED9A3D, 5px 5px 20px red">Text here.</p>

This text has shadow with #ED9A3D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED9A3D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ED9A3D, Direction=45, Strength=4)">Text</p>

This text has shadow with #ED9A3D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ED9A3D;
  -webkit-box-shadow:	1px 1px 3px 2px #ED9A3D;
  box-shadow:		1px 1px 3px 2px #ED9A3D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED9A3D;
-webkit-box-shadow: 1px 1px 3px 2px #ED9A3D;
box-shadow:1px 1px 3px 2px #ED9A3D;">
Div content here</div>
This div box has shadow with color #ED9A3D.

Preview

Color preview on black background

This text has color #ED9A3D on black background.


Color preview on white background

This text has color #ED9A3D on white background.



Black color preview on #ED9A3D background

This text has black color on #ED9A3D background.


White color preview on #ED9A3D background

This text has white color on #ED9A3D background.