#E4AE06

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

Shades of Gamboge #E4AE06

Tints of Gamboge #E4AE06

Color information

#E4AE06 (or 0xE4AE06) is unknown color: approx Gamboge. HEX triplet: E4, AE and 06. RGB value is (228,174,6). Sum of RGB (Red+Green+Blue) = 228+174+6=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AE06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4AE06 is #1B51F9. Grayscale: #ABABAB. Windows color (decimal): -1790458 or 437988. OLE color: 437988.

HSL color Cylindrical-coordinate representation of color #E4AE06: hue angle of 45.41º 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 #E4AE06 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB2281746-
CMYK00.240.970.11
HSL45.41º94.87%45.88%-
HSV(B)45.41º97.37%89.41%-
XYZ47.1646.786.72-
YUV170.9934.89168.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 55.88%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 6 (2.73% from 255) = 1.47%
R=55.88%
G=42.65%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228174600.240.970.1145.4194.8745.88
HexE4AE601861B2d5f2e
Octal3442566030141135513756
Binary1110010010101110110011000110000110111011011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AE06; }

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

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

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

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

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

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

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

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