#EB9807

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

Shades of Gamboge #EB9807

Tints of Gamboge #EB9807

Color information

#EB9807 (or 0xEB9807) is unknown color: approx Gamboge. HEX triplet: EB, 98 and 07. RGB value is (235,152,7). Sum of RGB (Red+Green+Blue) = 235+152+7=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9807 is #1467F8. Grayscale: #A0A0A0. Windows color (decimal): -1337337 or 497899. OLE color: 497899.

HSL color Cylindrical-coordinate representation of color #EB9807: hue angle of 38.16º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB9807 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB2351527-
CMYK00.350.970.08
HSL38.16º94.21%47.45%-
HSV(B)38.16º97.02%92.16%-
XYZ45.5340.135.55-
YUV160.2941.5181.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.64%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 7 (3.12% from 255) = 1.78%
R=59.64%
G=38.58%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235152700.350.970.0838.1694.2147.45
HexEB987023618265e2f
Octal3532307043141104613657
Binary11101011100110001110100011110000110001001101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9807; }

 p { color: rgb(235,152,7); }

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

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

 a { background-color: rgb(235,152,7); }

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

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

 span { border-color: rgb(235,152,7); }

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