#EB9516

Color #EB9516 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #EB9516

Tints of Carrot Orange #EB9516

Color information

#EB9516 (or 0xEB9516) is unknown color: approx Carrot Orange. HEX triplet: EB, 95 and 16. RGB value is (235,149,22). Sum of RGB (Red+Green+Blue) = 235+149+22=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9516 is #146AE9. Grayscale: #A0A0A0. Windows color (decimal): -1338090 or 1480171. OLE color: 1480171.

HSL color Cylindrical-coordinate representation of color #EB9516: hue angle of 35.77º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB9516 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB23514922-
CMYK00.370.910.08
HSL35.77º84.19%50.39%-
HSV(B)35.77º90.64%92.16%-
XYZ45.1539.215.95-
YUV160.2449.99181.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.88%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 22 (8.98% from 255) = 5.42%
R=57.88%
G=36.70%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351492200.370.910.0835.7784.1950.39
HexEB95160255B8245432
Octal35322526045133104412462
Binary1110101110010101101100100101101101110001001001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9516; }

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

 H1.HeaderClassName
 {
   color: #EB9516;
 }
 .AnyTagClassName
 {
   color: #EB9516;
 }
</style>
background-color css

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

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

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

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

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

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