Html Css Color HEX #EC9620 Carrot Orange

📋 copy color: '#EC9620'

red 236 ◦ green 150 ◦ blue 32

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

Shades of Carrot Orange #EC9620

Tints of Carrot Orange #EC9620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.89%

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

R = 56.46%
G = 35.89%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC9620 (or 0xEC9620) is known color: Carrot Orange. HEX triplet: EC, 96 and 20. RGB value is (236,150,32). Sum of RGB (Red+Green+Blue) = 236+150+32=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9620 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9620 is #1369DF. Grayscale: #A2A2A2. Windows color (decimal): -1272288 or 2135788. OLE color: 2135788.

HSL color Cylindrical-coordinate representation of color #EC9620: hue angle of 34.71º 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 #EC9620 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 150 32 -
CMYK 0 0.36 0.86 0.07
HSL 34.71º 0.84% 0.53% -
HSV(B) 34.71º 0.86% 0.93% -
XYZ 45.76 39.75 6.63 -
YUV 162.26 54.49 180.59 -
System Red Green Blue C M Y K H S L
Decimal 236 150 32 0 0.36 0.86 0.07 34.71 0.84 0.53
Hex EC 96 20 0 24 56 7 23 54 35
Octal 354 226 40 0 44 126 7 43 124 65
Binary 11101100 10010110 100000 0 100100 1010110 111 100011 1010100 110101

Color Harmonies of #EC9620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9620

Black with #EC9620

Text Example


Text Example

White with #EC9620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9620; }

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

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

background-color css

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

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

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

border-color css

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

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

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