Html Css Color HEX #EC8424 Carrot Orange

📋 copy color: '#EC8424'

red 236 ◦ green 132 ◦ blue 36

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

Shades of Carrot Orange #EC8424

Tints of Carrot Orange #EC8424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

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

R = 58.42%
G = 32.67%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC8424 (or 0xEC8424) is known color: Carrot Orange. HEX triplet: EC, 84 and 24. RGB value is (236,132,36). Sum of RGB (Red+Green+Blue) = 236+132+36=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8424 is #137BDB. Grayscale: #989898. Windows color (decimal): -1276892 or 2393324. OLE color: 2393324.

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

Color convert

RGB 236 132 36 -
CMYK 0 0.44 0.85 0.07
HSL 28.8º 0.84% 0.53% -
HSV(B) 28.8º 0.85% 0.93% -
XYZ 43.16 34.46 6.05 -
YUV 152.15 62.46 187.81 -
System Red Green Blue C M Y K H S L
Decimal 236 132 36 0 0.44 0.85 0.07 28.8 0.84 0.53
Hex EC 84 24 0 2C 55 7 1D 54 35
Octal 354 204 44 0 54 125 7 35 124 65
Binary 11101100 10000100 100100 0 101100 1010101 111 11101 1010100 110101

Color Harmonies of #EC8424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8424

Black with #EC8424

Text Example


Text Example

White with #EC8424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8424; }

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

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

background-color css

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

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

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

border-color css

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

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

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