#E4AB06

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

Shades of Gamboge #E4AB06

Tints of Gamboge #E4AB06

Color information

#E4AB06 (or 0xE4AB06) is unknown color: approx Gamboge. HEX triplet: E4, AB and 06. RGB value is (228,171,6). Sum of RGB (Red+Green+Blue) = 228+171+6=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AB06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4AB06 is #1B54F9. Grayscale: #A9A9A9. Windows color (decimal): -1791226 or 437220. OLE color: 437220.

HSL color Cylindrical-coordinate representation of color #E4AB06: hue angle of 44.59º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E4AB06 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB2281716-
CMYK00.250.970.11
HSL44.59º94.87%45.88%-
HSV(B)44.59º97.37%89.41%-
XYZ46.5945.636.52-
YUV169.2335.88169.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.30%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 6 (2.73% from 255) = 1.48%
R=56.30%
G=42.22%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228171600.250.970.1144.5994.8745.88
HexE4AB601961B2d5f2e
Octal3442536031141135513756
Binary1110010010101011110011001110000110111011011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AB06; }

 p { color: rgb(228,171,6); }

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

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

 a { background-color: rgb(228,171,6); }

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

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

 span { border-color: rgb(228,171,6); }

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