#E3A10F

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

Shades of Gamboge #E3A10F

Tints of Gamboge #E3A10F

Color information

#E3A10F (or 0xE3A10F) is unknown color: approx Gamboge. HEX triplet: E3, A1 and 0F. RGB value is (227,161,15). Sum of RGB (Red+Green+Blue) = 227+161+15=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A10F is #1C5EF0. Grayscale: #A4A4A4. Windows color (decimal): -1859313 or 1024483. OLE color: 1024483.

HSL color Cylindrical-coordinate representation of color #E3A10F: hue angle of 41.32º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3A10F is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB22716115-
CMYK00.290.930.11
HSL41.32º87.6%47.45%-
HSV(B)41.32º93.39%89.02%-
XYZ44.5141.866.18-
YUV164.0943.87172.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.33%
GREEN value IS 161 (63.28% from 255) = 39.95%
BLUE value IS 15 (6.25% from 255) = 3.72%
R=56.33%
G=39.95%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271611500.290.930.1141.3287.647.45
HexE3A1F01D5DB29582f
Octal34324117035135135113057
Binary11100011101000011111011101101110110111010011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A10F; }

 p { color: rgb(227,161,15); }

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

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

 a { background-color: rgb(227,161,15); }

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

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

 span { border-color: rgb(227,161,15); }

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