Html Css Color HEX #ECA120 Carrot Orange

📋 copy color: '#ECA120'

red 236 ◦ green 161 ◦ blue 32

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

Shades of Carrot Orange #ECA120

Tints of Carrot Orange #ECA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

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

R = 55.01%
G = 37.53%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECA120 (or 0xECA120) is known color: Carrot Orange. HEX triplet: EC, A1 and 20. RGB value is (236,161,32). Sum of RGB (Red+Green+Blue) = 236+161+32=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA120 is #135EDF. Grayscale: #A9A9A9. Windows color (decimal): -1269472 or 2138604. OLE color: 2138604.

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

Color convert

RGB 236 161 32 -
CMYK 0 0.32 0.86 0.07
HSL 37.94º 0.84% 0.53% -
HSV(B) 37.94º 0.86% 0.93% -
XYZ 47.6 43.43 7.24 -
YUV 168.72 50.85 175.99 -
System Red Green Blue C M Y K H S L
Decimal 236 161 32 0 0.32 0.86 0.07 37.94 0.84 0.53
Hex EC A1 20 0 20 56 7 26 54 35
Octal 354 241 40 0 40 126 7 46 124 65
Binary 11101100 10100001 100000 0 100000 1010110 111 100110 1010100 110101

Color Harmonies of #ECA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA120

Black with #ECA120

Text Example


Text Example

White with #ECA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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