Html Css Color HEX #EC8018 Carrot Orange

📋 copy color: '#EC8018'

red 236 ◦ green 128 ◦ blue 24

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

Shades of Carrot Orange #EC8018

Tints of Carrot Orange #EC8018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.99%

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

R = 60.82%
G = 32.99%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC8018 (or 0xEC8018) is known color: Carrot Orange. HEX triplet: EC, 80 and 18. RGB value is (236,128,24). Sum of RGB (Red+Green+Blue) = 236+128+24=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8018 is #137FE7. Grayscale: #949494. Windows color (decimal): -1277928 or 1605868. OLE color: 1605868.

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

Color convert

RGB 236 128 24 -
CMYK 0 0.46 0.90 0.07
HSL 29.43º 0.85% 0.51% -
HSV(B) 29.43º 0.9% 0.93% -
XYZ 42.48 33.34 5.06 -
YUV 148.44 57.78 190.46 -
System Red Green Blue C M Y K H S L
Decimal 236 128 24 0 0.46 0.90 0.07 29.43 0.85 0.51
Hex EC 80 18 0 2E 5A 7 1D 55 33
Octal 354 200 30 0 56 132 7 35 125 63
Binary 11101100 10000000 11000 0 101110 1011010 111 11101 1010101 110011

Color Harmonies of #EC8018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8018

Black with #EC8018

Text Example


Text Example

White with #EC8018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8018; }

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

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

background-color css

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

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

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

border-color css

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

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

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