#e8af08

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

Shades of Gamboge #E8AF08

Tints of Gamboge #E8AF08

Color information

#E8AF08 (or 0xE8AF08) is unknown color: approx Gamboge. HEX triplet: E8, AF and 08. RGB value is (232,175,8). Sum of RGB (Red+Green+Blue) = 232+175+8=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AF08 is #1750F7. Grayscale: #ADADAD. Windows color (decimal): -1528056 or 569320. OLE color: 569320.

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

Color convert

RGB2321758-
CMYK00.250.970.09
HSL44.73º93.33%47.06%-
HSV(B)44.73º96.55%90.98%-
XYZ48.6547.836.9-
YUV17334.88170.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.90%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 8 (3.52% from 255) = 1.93%
R=55.90%
G=42.17%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232175800.250.970.0944.7393.3347.06
HexE8AF80196192d5d2f
Octal35025710031141115513557
Binary11101000101011111000011001110000110011011011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8af08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8af08; }

 p { color: rgb(232,175,8); }

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

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

 a { background-color: rgb(232,175,8); }

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

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

 span { border-color: rgb(232,175,8); }

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