#EB9212

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

Shades of Gamboge #EB9212

Tints of Gamboge #EB9212

Color information

#EB9212 (or 0xEB9212) is unknown color: approx Gamboge. HEX triplet: EB, 92 and 12. RGB value is (235,146,18). Sum of RGB (Red+Green+Blue) = 235+146+18=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9212 is #146DED. Grayscale: #9E9E9E. Windows color (decimal): -1338862 or 1217259. OLE color: 1217259.

HSL color Cylindrical-coordinate representation of color #EB9212: hue angle of 35.39º 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 #EB9212 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB23514618-
CMYK00.380.920.08
HSL35.39º85.77%49.61%-
HSV(B)35.39º92.34%92.16%-
XYZ44.6538.265.6-
YUV158.0248.99182.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.90%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 18 (7.42% from 255) = 4.51%
R=58.90%
G=36.59%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351461800.380.920.0835.3985.7749.61
HexEB92120265C8235632
Octal35322222046134104312662
Binary1110101110010010100100100110101110010001000111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9212; }

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

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

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

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

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

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

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

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