#E8AB03

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

Shades of Gamboge #E8AB03

Tints of Gamboge #E8AB03

Color information

#E8AB03 (or 0xE8AB03) is unknown color: approx Gamboge. HEX triplet: E8, AB and 03. RGB value is (232,171,3). Sum of RGB (Red+Green+Blue) = 232+171+3=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AB03 is #1754FC. Grayscale: #AAAAAA. Windows color (decimal): -1529085 or 240616. OLE color: 240616.

HSL color Cylindrical-coordinate representation of color #E8AB03: hue angle of 44.02º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8AB03 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB2321713-
CMYK00.260.990.09
HSL44.02º97.45%46.08%-
HSV(B)44.02º98.71%90.98%-
XYZ47.8646.296.5-
YUV170.0933.71172.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.14%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 3 (1.56% from 255) = 0.74%
R=57.14%
G=42.12%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232171300.260.990.0944.0297.4546.08
HexE8AB301A6392c612e
Octal3502533032143115414156
Binary111010001010101111011010110001110011011001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AB03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AB03; }

 p { color: rgb(232,171,3); }

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

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

 a { background-color: rgb(232,171,3); }

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

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

 span { border-color: rgb(232,171,3); }

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