#EAA00F

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

Shades of Gamboge #EAA00F

Tints of Gamboge #EAA00F

Color information

#EAA00F (or 0xEAA00F) is unknown color: approx Gamboge. HEX triplet: EA, A0 and 0F. RGB value is (234,160,15). Sum of RGB (Red+Green+Blue) = 234+160+15=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA00F is #155FF0. Grayscale: #A6A6A6. Windows color (decimal): -1400817 or 1024234. OLE color: 1024234.

HSL color Cylindrical-coordinate representation of color #EAA00F: hue angle of 39.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAA00F is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB23416015-
CMYK00.320.940.08
HSL39.73º87.95%48.82%-
HSV(B)39.73º93.59%91.76%-
XYZ46.5942.676.23-
YUV165.643.02176.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.21%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 15 (6.25% from 255) = 3.67%
R=57.21%
G=39.12%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341601500.320.940.0839.7387.9548.82
HexEAA0F0205E8285831
Octal35224017040136105013061
Binary111010101010000011110100000101111010001010001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA00F; }

 p { color: rgb(234,160,15); }

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

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

 a { background-color: rgb(234,160,15); }

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

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

 span { border-color: rgb(234,160,15); }

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