#EAA202

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

Shades of Gamboge #EAA202

Tints of Gamboge #EAA202

Color information

#EAA202 (or 0xEAA202) is unknown color: approx Gamboge. HEX triplet: EA, A2 and 02. RGB value is (234,162,2). Sum of RGB (Red+Green+Blue) = 234+162+2=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA202 is #155DFD. Grayscale: #A6A6A6. Windows color (decimal): -1400318 or 172778. OLE color: 172778.

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

Color convert

RGB2341622-
CMYK00.310.990.08
HSL41.38º98.31%46.27%-
HSV(B)41.38º99.15%91.76%-
XYZ46.8643.345.95-
YUV165.2935.85177.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.79%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 2 (1.17% from 255) = 0.50%
R=58.79%
G=40.70%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234162200.310.990.0841.3898.3146.27
HexEAA2201F63829622e
Octal3522422037143105114256
Binary111010101010001010011111110001110001010011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA202; }

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

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

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

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

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

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

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

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