Html Css Color HEX #EC9120 Carrot Orange

📋 copy color: '#EC9120'

red 236 ◦ green 145 ◦ blue 32

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

Shades of Carrot Orange #EC9120

Tints of Carrot Orange #EC9120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.11%

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

R = 57.14%
G = 35.11%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC9120 (or 0xEC9120) is known color: Carrot Orange. HEX triplet: EC, 91 and 20. RGB value is (236,145,32). Sum of RGB (Red+Green+Blue) = 236+145+32=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9120 is #136EDF. Grayscale: #9F9F9F. Windows color (decimal): -1273568 or 2134508. OLE color: 2134508.

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

Color convert

RGB 236 145 32 -
CMYK 0 0.39 0.86 0.07
HSL 33.24º 0.84% 0.53% -
HSV(B) 33.24º 0.86% 0.93% -
XYZ 44.98 38.19 6.37 -
YUV 159.33 56.15 182.69 -
System Red Green Blue C M Y K H S L
Decimal 236 145 32 0 0.39 0.86 0.07 33.24 0.84 0.53
Hex EC 91 20 0 27 56 7 21 54 35
Octal 354 221 40 0 47 126 7 41 124 65
Binary 11101100 10010001 100000 0 100111 1010110 111 100001 1010100 110101

Color Harmonies of #EC9120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9120

Black with #EC9120

Text Example


Text Example

White with #EC9120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9120; }

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

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

background-color css

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

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

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

border-color css

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

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

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