#E0AF0D

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

Shades of Gamboge #E0AF0D

Tints of Gamboge #E0AF0D

Color information

#E0AF0D (or 0xE0AF0D) is unknown color: approx Gamboge. HEX triplet: E0, AF and 0D. RGB value is (224,175,13). Sum of RGB (Red+Green+Blue) = 224+175+13=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AF0D is #1F50F2. Grayscale: #ABABAB. Windows color (decimal): -2052339 or 896992. OLE color: 896992.

HSL color Cylindrical-coordinate representation of color #E0AF0D: hue angle of 46.07º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0AF0D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB22417513-
CMYK00.220.940.12
HSL46.07º89.03%46.47%-
HSV(B)46.07º94.2%87.84%-
XYZ46.1446.546.93-
YUV171.1838.73165.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.37%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 13 (5.47% from 255) = 3.16%
R=54.37%
G=42.48%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241751300.220.940.1246.0789.0346.47
HexE0AFD0165EC2e592e
Octal34025715026136145613156
Binary11100000101011111101010110101111011001011101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF0D; }

 p { color: rgb(224,175,13); }

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

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

 a { background-color: rgb(224,175,13); }

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

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

 span { border-color: rgb(224,175,13); }

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