#EB9A02

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

Shades of Gamboge #EB9A02

Tints of Gamboge #EB9A02

Color information

#EB9A02 (or 0xEB9A02) is unknown color: approx Gamboge. HEX triplet: EB, 9A and 02. RGB value is (235,154,2). Sum of RGB (Red+Green+Blue) = 235+154+2=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9A02 is #1465FD. Grayscale: #A1A1A1. Windows color (decimal): -1336830 or 170731. OLE color: 170731.

HSL color Cylindrical-coordinate representation of color #EB9A02: hue angle of 39.14º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB9A02 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB2351542-
CMYK00.340.990.08
HSL39.14º98.31%46.47%-
HSV(B)39.14º99.15%92.16%-
XYZ45.8340.785.51-
YUV160.8938.34180.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.10%
GREEN value IS 154 (60.55% from 255) = 39.39%
BLUE value IS 2 (1.17% from 255) = 0.51%
R=60.10%
G=39.39%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235154200.340.990.0839.1498.3146.47
HexEB9A202263827622e
Octal3532322042143104714256
Binary1110101110011010100100010110001110001001111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9A02; }

 p { color: rgb(235,154,2); }

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

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

 a { background-color: rgb(235,154,2); }

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

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

 span { border-color: rgb(235,154,2); }

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