Html Css Color HEX #ECA024 Carrot Orange

📋 copy color: '#ECA024'

red 236 ◦ green 160 ◦ blue 36

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

Shades of Carrot Orange #ECA024

Tints of Carrot Orange #ECA024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.04%

 BLUE value IS 36 (14.45% from 255) = 8.33%

R = 54.63%
G = 37.04%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ECA024 (or 0xECA024) is known color: Carrot Orange. HEX triplet: EC, A0 and 24. RGB value is (236,160,36). Sum of RGB (Red+Green+Blue) = 236+160+36=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA024 is #135FDB. Grayscale: #A9A9A9. Windows color (decimal): -1269724 or 2400492. OLE color: 2400492.

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

Color convert

RGB 236 160 36 -
CMYK 0 0.32 0.85 0.07
HSL 37.2º 0.84% 0.53% -
HSV(B) 37.2º 0.85% 0.93% -
XYZ 47.48 43.1 7.49 -
YUV 168.59 53.18 176.08 -
System Red Green Blue C M Y K H S L
Decimal 236 160 36 0 0.32 0.85 0.07 37.2 0.84 0.53
Hex EC A0 24 0 20 55 7 25 54 35
Octal 354 240 44 0 40 125 7 45 124 65
Binary 11101100 10100000 100100 0 100000 1010101 111 100101 1010100 110101

Color Harmonies of #ECA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA024

Black with #ECA024

Text Example


Text Example

White with #ECA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA024; }

 p { color: rgb(236,160,36); }

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

background-color css

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

 a { background-color: rgb(236,160,36); }

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

border-color css

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

 span { border-color: rgb(236,160,36); }

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