#E5A90F

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

Shades of Gamboge #E5A90F

Tints of Gamboge #E5A90F

Color information

#E5A90F (or 0xE5A90F) is unknown color: approx Gamboge. HEX triplet: E5, A9 and 0F. RGB value is (229,169,15). Sum of RGB (Red+Green+Blue) = 229+169+15=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A90F is #1A56F0. Grayscale: #AAAAAA. Windows color (decimal): -1726193 or 1026533. OLE color: 1026533.

HSL color Cylindrical-coordinate representation of color #E5A90F: hue angle of 43.18º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5A90F is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB22916915-
CMYK00.260.930.10
HSL43.18º87.7%47.84%-
HSV(B)43.18º93.45%89.8%-
XYZ46.5945.076.7-
YUV169.3840.88170.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.45%
GREEN value IS 169 (66.41% from 255) = 40.92%
BLUE value IS 15 (6.25% from 255) = 3.63%
R=55.45%
G=40.92%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291691500.260.930.1043.1887.747.84
HexE5A9F01A5DA2b5830
Octal34525117032135125313060
Binary11100101101010011111011010101110110101010111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A90F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A90F; }

 p { color: rgb(229,169,15); }

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

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

 a { background-color: rgb(229,169,15); }

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

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

 span { border-color: rgb(229,169,15); }

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