#E3A508

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

Shades of Gamboge #E3A508

Tints of Gamboge #E3A508

Color information

#E3A508 (or 0xE3A508) is unknown color: approx Gamboge. HEX triplet: E3, A5 and 08. RGB value is (227,165,8). Sum of RGB (Red+Green+Blue) = 227+165+8=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A508 is #1C5AF7. Grayscale: #A6A6A6. Windows color (decimal): -1858296 or 566755. OLE color: 566755.

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

Color convert

RGB2271658-
CMYK00.270.960.11
HSL43.01º93.19%46.08%-
HSV(B)43.01º96.48%89.02%-
XYZ45.1843.266.2-
YUV165.6439.04171.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.75%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 8 (3.52% from 255) = 2%
R=56.75%
G=41.25%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227165800.270.960.1143.0193.1946.08
HexE3A5801B60B2b5d2e
Octal34324510033140135313556
Binary11100011101001011000011011110000010111010111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A508; }

 p { color: rgb(227,165,8); }

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

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

 a { background-color: rgb(227,165,8); }

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

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

 span { border-color: rgb(227,165,8); }

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