Html Css Color HEX #EC8218 Carrot Orange

📋 copy color: '#EC8218'

red 236 ◦ green 130 ◦ blue 24

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

Shades of Carrot Orange #EC8218

Tints of Carrot Orange #EC8218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.33%

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

R = 60.51%
G = 33.33%
B = 6.15%

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

#EC8218 (or 0xEC8218) is known color: Carrot Orange. HEX triplet: EC, 82 and 18. RGB value is (236,130,24). Sum of RGB (Red+Green+Blue) = 236+130+24=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8218 is #137DE7. Grayscale: #969696. Windows color (decimal): -1277416 or 1606380. OLE color: 1606380.

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

Color convert

RGB 236 130 24 -
CMYK 0 0.45 0.90 0.07
HSL 30º 0.85% 0.51% -
HSV(B) 30º 0.9% 0.93% -
XYZ 42.74 33.86 5.15 -
YUV 149.61 57.12 189.62 -
System Red Green Blue C M Y K H S L
Decimal 236 130 24 0 0.45 0.90 0.07 30 0.85 0.51
Hex EC 82 18 0 2D 5A 7 1E 55 33
Octal 354 202 30 0 55 132 7 36 125 63
Binary 11101100 10000010 11000 0 101101 1011010 111 11110 1010101 110011

Color Harmonies of #EC8218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8218

Black with #EC8218

Text Example


Text Example

White with #EC8218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8218; }

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

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

background-color css

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

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

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

border-color css

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

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

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