Html Css Color HEX #ECA11E Carrot Orange

📋 copy color: '#ECA11E'

red 236 ◦ green 161 ◦ blue 30

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

Shades of Carrot Orange #ECA11E

Tints of Carrot Orange #ECA11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.03%

R = 55.27%
G = 37.7%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECA11E (or 0xECA11E) is known color: Carrot Orange. HEX triplet: EC, A1 and 1E. RGB value is (236,161,30). Sum of RGB (Red+Green+Blue) = 236+161+30=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA11E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA11E is #135EE1. Grayscale: #A9A9A9. Windows color (decimal): -1269474 or 2007532. OLE color: 2007532.

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

Color convert

RGB 236 161 30 -
CMYK 0 0.32 0.87 0.07
HSL 38.16º 0.84% 0.52% -
HSV(B) 38.16º 0.87% 0.93% -
XYZ 47.57 43.42 7.1 -
YUV 168.49 49.85 176.15 -
System Red Green Blue C M Y K H S L
Decimal 236 161 30 0 0.32 0.87 0.07 38.16 0.84 0.52
Hex EC A1 1E 0 20 57 7 26 54 34
Octal 354 241 36 0 40 127 7 46 124 64
Binary 11101100 10100001 11110 0 100000 1010111 111 100110 1010100 110100

Color Harmonies of #ECA11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA11E

Black with #ECA11E

Text Example


Text Example

White with #ECA11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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