Html Css Color HEX #EC9516 Carrot Orange

📋 copy color: '#EC9516'

red 236 ◦ green 149 ◦ blue 22

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

Shades of Carrot Orange #EC9516

Tints of Carrot Orange #EC9516

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

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

R = 57.99%
G = 36.61%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC9516 (or 0xEC9516) is known color: Carrot Orange. HEX triplet: EC, 95 and 16. RGB value is (236,149,22). Sum of RGB (Red+Green+Blue) = 236+149+22=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9516 is #136AE9. Grayscale: #A1A1A1. Windows color (decimal): -1272554 or 1480172. OLE color: 1480172.

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

Color convert

RGB 236 149 22 -
CMYK 0 0.37 0.91 0.07
HSL 35.61º 0.85% 0.51% -
HSV(B) 35.61º 0.91% 0.93% -
XYZ 45.48 39.39 5.96 -
YUV 160.54 49.82 181.83 -
System Red Green Blue C M Y K H S L
Decimal 236 149 22 0 0.37 0.91 0.07 35.61 0.85 0.51
Hex EC 95 16 0 25 5B 7 24 55 33
Octal 354 225 26 0 45 133 7 44 125 63
Binary 11101100 10010101 10110 0 100101 1011011 111 100100 1010101 110011

Color Harmonies of #EC9516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9516

Black with #EC9516

Text Example


Text Example

White with #EC9516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9516; }

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

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

background-color css

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

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

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

border-color css

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

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

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