Html Css Color HEX #EC8216 Carrot Orange

📋 copy color: '#EC8216'

red 236 ◦ green 130 ◦ blue 22

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

Shades of Carrot Orange #EC8216

Tints of Carrot Orange #EC8216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.67%

R = 60.82%
G = 33.51%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC8216 (or 0xEC8216) is known color: Carrot Orange. HEX triplet: EC, 82 and 16. RGB value is (236,130,22). Sum of RGB (Red+Green+Blue) = 236+130+22=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8216 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8216 is #137DE9. Grayscale: #959595. Windows color (decimal): -1277418 or 1475308. OLE color: 1475308.

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

Color convert

RGB 236 130 22 -
CMYK 0 0.45 0.91 0.07
HSL 30.28º 0.85% 0.51% -
HSV(B) 30.28º 0.91% 0.93% -
XYZ 42.72 33.86 5.04 -
YUV 149.38 56.12 189.78 -
System Red Green Blue C M Y K H S L
Decimal 236 130 22 0 0.45 0.91 0.07 30.28 0.85 0.51
Hex EC 82 16 0 2D 5B 7 1E 55 33
Octal 354 202 26 0 55 133 7 36 125 63
Binary 11101100 10000010 10110 0 101101 1011011 111 11110 1010101 110011

Color Harmonies of #EC8216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8216

Black with #EC8216

Text Example


Text Example

White with #EC8216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8216; }

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

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

background-color css

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

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

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

border-color css

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

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

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