Html Css Color HEX #EC8016 Carrot Orange

📋 copy color: '#EC8016'

red 236 ◦ green 128 ◦ blue 22

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

Shades of Carrot Orange #EC8016

Tints of Carrot Orange #EC8016

RGB

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

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

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

R = 61.14%
G = 33.16%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC8016 (or 0xEC8016) is known color: Carrot Orange. HEX triplet: EC, 80 and 16. RGB value is (236,128,22). Sum of RGB (Red+Green+Blue) = 236+128+22=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8016 is #137FE9. Grayscale: #949494. Windows color (decimal): -1277930 or 1474796. OLE color: 1474796.

HSL color Cylindrical-coordinate representation of color #EC8016: 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.91%. Process color model (Four color, CMYK) of #EC8016 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 128 22 -
CMYK 0 0.46 0.91 0.07
HSL 29.72º 0.85% 0.51% -
HSV(B) 29.72º 0.91% 0.93% -
XYZ 42.46 33.33 4.95 -
YUV 148.21 56.78 190.62 -
System Red Green Blue C M Y K H S L
Decimal 236 128 22 0 0.46 0.91 0.07 29.72 0.85 0.51
Hex EC 80 16 0 2E 5B 7 1E 55 33
Octal 354 200 26 0 56 133 7 36 125 63
Binary 11101100 10000000 10110 0 101110 1011011 111 11110 1010101 110011

Color Harmonies of #EC8016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8016

Black with #EC8016

Text Example


Text Example

White with #EC8016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8016; }

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

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

background-color css

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

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

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

border-color css

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

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

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