Html Css Color HEX #EC8118 Carrot Orange

📋 copy color: '#EC8118'

red 236 ◦ green 129 ◦ blue 24

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

Shades of Carrot Orange #EC8118

Tints of Carrot Orange #EC8118

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

 BLUE value IS 24 (9.77% from 255) = 6.17%

R = 60.67%
G = 33.16%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC8118 (or 0xEC8118) is known color: Carrot Orange. HEX triplet: EC, 81 and 18. RGB value is (236,129,24). Sum of RGB (Red+Green+Blue) = 236+129+24=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8118 is #137EE7. Grayscale: #959595. Windows color (decimal): -1277672 or 1606124. OLE color: 1606124.

HSL color Cylindrical-coordinate representation of color #EC8118: hue angle of 29.72º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC8118 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 129 24 -
CMYK 0 0.45 0.90 0.07
HSL 29.72º 0.85% 0.51% -
HSV(B) 29.72º 0.9% 0.93% -
XYZ 42.61 33.6 5.1 -
YUV 149.02 57.45 190.04 -
System Red Green Blue C M Y K H S L
Decimal 236 129 24 0 0.45 0.90 0.07 29.72 0.85 0.51
Hex EC 81 18 0 2D 5A 7 1E 55 33
Octal 354 201 30 0 55 132 7 36 125 63
Binary 11101100 10000001 11000 0 101101 1011010 111 11110 1010101 110011

Color Harmonies of #EC8118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8118

Black with #EC8118

Text Example


Text Example

White with #EC8118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8118; }

 p { color: rgb(236,129,24); }

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

background-color css

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

 a { background-color: rgb(236,129,24); }

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

border-color css

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

 span { border-color: rgb(236,129,24); }

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