Html Css Color HEX #EC8516 Carrot Orange

📋 copy color: '#EC8516'

red 236 ◦ green 133 ◦ blue 22

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

Shades of Carrot Orange #EC8516

Tints of Carrot Orange #EC8516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

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

R = 60.36%
G = 34.02%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC8516 (or 0xEC8516) is known color: Carrot Orange. HEX triplet: EC, 85 and 16. RGB value is (236,133,22). Sum of RGB (Red+Green+Blue) = 236+133+22=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8516 is #137AE9. Grayscale: #979797. Windows color (decimal): -1276650 or 1476076. OLE color: 1476076.

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

Color convert

RGB 236 133 22 -
CMYK 0 0.44 0.91 0.07
HSL 31.12º 0.85% 0.51% -
HSV(B) 31.12º 0.91% 0.93% -
XYZ 43.12 34.67 5.18 -
YUV 151.14 55.12 188.53 -
System Red Green Blue C M Y K H S L
Decimal 236 133 22 0 0.44 0.91 0.07 31.12 0.85 0.51
Hex EC 85 16 0 2C 5B 7 1F 55 33
Octal 354 205 26 0 54 133 7 37 125 63
Binary 11101100 10000101 10110 0 101100 1011011 111 11111 1010101 110011

Color Harmonies of #EC8516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8516

Black with #EC8516

Text Example


Text Example

White with #EC8516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8516; }

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

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

background-color css

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

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

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

border-color css

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

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

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