#EAA213

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

Shades of Gamboge #EAA213

Tints of Gamboge #EAA213

Color information

#EAA213 (or 0xEAA213) is unknown color: approx Gamboge. HEX triplet: EA, A2 and 13. RGB value is (234,162,19). Sum of RGB (Red+Green+Blue) = 234+162+19=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA213 is #155DEC. Grayscale: #A7A7A7. Windows color (decimal): -1400301 or 1286890. OLE color: 1286890.

HSL color Cylindrical-coordinate representation of color #EAA213: hue angle of 39.91º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAA213 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB23416219-
CMYK00.310.920.08
HSL39.91º84.98%49.61%-
HSV(B)39.91º91.88%91.76%-
XYZ46.9743.386.51-
YUV167.2344.35175.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.39%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 19 (7.81% from 255) = 4.58%
R=56.39%
G=39.04%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341621900.310.920.0839.9184.9849.61
HexEAA21301F5C8285532
Octal35224223037134105012562
Binary111010101010001010011011111101110010001010001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA213; }

 p { color: rgb(234,162,19); }

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

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

 a { background-color: rgb(234,162,19); }

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

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

 span { border-color: rgb(234,162,19); }

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