Html Css Color HEX #EC9524 Carrot Orange

📋 copy color: '#EC9524'

red 236 ◦ green 149 ◦ blue 36

#EC9524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #EC9524

Tints of Carrot Orange #EC9524

RGB

 RED value IS 236 (92.58% from 255) = 56.06%

 GREEN value IS 149 (58.59% from 255) = 35.39%

 BLUE value IS 36 (14.45% from 255) = 8.55%

R = 56.06%
G = 35.39%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC9524 (or 0xEC9524) is known color: Carrot Orange. HEX triplet: EC, 95 and 24. RGB value is (236,149,36). Sum of RGB (Red+Green+Blue) = 236+149+36=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 36 (14.45% from 255 or 8.55% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9524 is #136ADB. Grayscale: #A2A2A2. Windows color (decimal): -1272540 or 2397676. OLE color: 2397676.

HSL color Cylindrical-coordinate representation of color #EC9524: hue angle of 33.9º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC9524 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 149 36 -
CMYK 0 0.37 0.85 0.07
HSL 33.9º 0.84% 0.53% -
HSV(B) 33.9º 0.85% 0.93% -
XYZ 45.66 39.46 6.88 -
YUV 162.13 56.82 180.69 -
System Red Green Blue C M Y K H S L
Decimal 236 149 36 0 0.37 0.85 0.07 33.9 0.84 0.53
Hex EC 95 24 0 25 55 7 22 54 35
Octal 354 225 44 0 45 125 7 42 124 65
Binary 11101100 10010101 100100 0 100101 1010101 111 100010 1010100 110101

Color Harmonies of #EC9524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9524

Black with #EC9524

Text Example


Text Example

White with #EC9524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9524; }

 p { color: rgb(236,149,36); }

 H1.HeaderClassName
 {
   color: #EC9524;
 }
 .AnyTagClassName
 {
   color: #EC9524;
 }
</style>

background-color css

<style>
 a { background-color: #EC9524; }

 a { background-color: rgb(236,149,36); }

 div.DivClassName
 {
   background-color: #EC9524;
 }
 .BgClassName
 {
   background-color: #EC9524;
 }
</style>

border-color css

<style>
 span { border-color: #EC9524; }

 span { border-color: rgb(236,149,36); }

 td.TdClassName
 {
   border-color: #EC9524;
 }
 .TagClassName
 {
   border-color: #EC9524;
 }
</style>