Html Css Color HEX #EC8116 Carrot Orange

📋 copy color: '#EC8116'

red 236 ◦ green 129 ◦ blue 22

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

Shades of Carrot Orange #EC8116

Tints of Carrot Orange #EC8116

RGB

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

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

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

R = 60.98%
G = 33.33%
B = 5.68%

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

#EC8116 (or 0xEC8116) is known color: Carrot Orange. HEX triplet: EC, 81 and 16. RGB value is (236,129,22). Sum of RGB (Red+Green+Blue) = 236+129+22=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8116 is #137EE9. Grayscale: #959595. Windows color (decimal): -1277674 or 1475052. OLE color: 1475052.

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

Color convert

RGB 236 129 22 -
CMYK 0 0.45 0.91 0.07
HSL 30º 0.85% 0.51% -
HSV(B) 30º 0.91% 0.93% -
XYZ 42.59 33.59 5 -
YUV 148.8 56.45 190.2 -
System Red Green Blue C M Y K H S L
Decimal 236 129 22 0 0.45 0.91 0.07 30 0.85 0.51
Hex EC 81 16 0 2D 5B 7 1E 55 33
Octal 354 201 26 0 55 133 7 36 125 63
Binary 11101100 10000001 10110 0 101101 1011011 111 11110 1010101 110011

Color Harmonies of #EC8116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8116

Black with #EC8116

Text Example


Text Example

White with #EC8116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8116; }

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

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

background-color css

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

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

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

border-color css

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

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

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