#EB8512

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

Shades of Carrot Orange #EB8512

Tints of Carrot Orange #EB8512

Color information

#EB8512 (or 0xEB8512) is unknown color: approx Carrot Orange. HEX triplet: EB, 85 and 12. RGB value is (235,133,18). Sum of RGB (Red+Green+Blue) = 235+133+18=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8512 is #147AED. Grayscale: #969696. Windows color (decimal): -1342190 or 1213931. OLE color: 1213931.

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

Color convert

RGB23513318-
CMYK00.430.920.08
HSL31.8º85.77%49.61%-
HSV(B)31.8º92.34%92.16%-
XYZ42.7634.484.97-
YUV150.3953.29188.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.88%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 18 (7.42% from 255) = 4.66%
R=60.88%
G=34.46%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351331800.430.920.0831.885.7749.61
HexEB851202B5C8205632
Octal35320522053134104012662
Binary1110101110000101100100101011101110010001000001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8512; }

 p { color: rgb(235,133,18); }

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

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

 a { background-color: rgb(235,133,18); }

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

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

 span { border-color: rgb(235,133,18); }

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