#EBB009

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

Shades of Gamboge #EBB009

Tints of Gamboge #EBB009

Color information

#EBB009 (or 0xEBB009) is unknown color: approx Gamboge. HEX triplet: EB, B0 and 09. RGB value is (235,176,9). Sum of RGB (Red+Green+Blue) = 235+176+9=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 9 (3.91% from 255 or 2.14% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBB009 is #144FF6. Grayscale: #AFAFAF. Windows color (decimal): -1331191 or 635115. OLE color: 635115.

HSL color Cylindrical-coordinate representation of color #EBB009: hue angle of 44.34º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EBB009 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB2351769-
CMYK00.250.960.08
HSL44.34º92.62%47.84%-
HSV(B)44.34º96.17%92.16%-
XYZ49.8448.737.04-
YUV174.634.55171.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.95%
GREEN value IS 176 (69.14% from 255) = 41.90%
BLUE value IS 9 (3.91% from 255) = 2.14%
R=55.95%
G=41.90%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235176900.250.960.0844.3492.6247.84
HexEBB090196082c5d30
Octal35326011031140105413560
Binary11101011101100001001011001110000010001011001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB009; }

 p { color: rgb(235,176,9); }

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

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

 a { background-color: rgb(235,176,9); }

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

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

 span { border-color: rgb(235,176,9); }

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