Html Css Color HEX #EC9520 Carrot Orange

📋 copy color: '#EC9520'

red 236 ◦ green 149 ◦ blue 32

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

Shades of Carrot Orange #EC9520

Tints of Carrot Orange #EC9520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.67%

R = 56.59%
G = 35.73%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC9520 (or 0xEC9520) is known color: Carrot Orange. HEX triplet: EC, 95 and 20. RGB value is (236,149,32). Sum of RGB (Red+Green+Blue) = 236+149+32=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9520 is #136ADF. Grayscale: #A2A2A2. Windows color (decimal): -1272544 or 2135532. OLE color: 2135532.

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

Color convert

RGB 236 149 32 -
CMYK 0 0.37 0.86 0.07
HSL 34.41º 0.84% 0.53% -
HSV(B) 34.41º 0.86% 0.93% -
XYZ 45.6 39.43 6.57 -
YUV 161.68 54.82 181.01 -
System Red Green Blue C M Y K H S L
Decimal 236 149 32 0 0.37 0.86 0.07 34.41 0.84 0.53
Hex EC 95 20 0 25 56 7 22 54 35
Octal 354 225 40 0 45 126 7 42 124 65
Binary 11101100 10010101 100000 0 100101 1010110 111 100010 1010100 110101

Color Harmonies of #EC9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9520

Black with #EC9520

Text Example


Text Example

White with #EC9520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9520; }

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

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

background-color css

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

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

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

border-color css

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

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

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