#EAA501

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

Shades of Gamboge #EAA501

Tints of Gamboge #EAA501

Color information

#EAA501 (or 0xEAA501) is unknown color: approx Gamboge. HEX triplet: EA, A5 and 01. RGB value is (234,165,1). Sum of RGB (Red+Green+Blue) = 234+165+1=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA501 is #155AFE. Grayscale: #A7A7A7. Windows color (decimal): -1399551 or 108010. OLE color: 108010.

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

Color convert

RGB2341651-
CMYK00.291.000.08
HSL42.23º99.15%46.08%-
HSV(B)42.23º99.57%91.76%-
XYZ47.3944.46.1-
YUV166.9334.36175.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.5%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=58.5%
G=41.25%
B=0.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234165100.291.000.0842.2399.1546.08
HexEAA5101D6482a632e
Octal3522451035144105214356
Binary11101010101001011011101110010010001010101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA501; }

 p { color: rgb(234,165,1); }

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

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

 a { background-color: rgb(234,165,1); }

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

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

 span { border-color: rgb(234,165,1); }

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