#E49C0F

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

Shades of Gamboge #E49C0F

Tints of Gamboge #E49C0F

Color information

#E49C0F (or 0xE49C0F) is unknown color: approx Gamboge. HEX triplet: E4, 9C and 0F. RGB value is (228,156,15). Sum of RGB (Red+Green+Blue) = 228+156+15=399 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.14% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49C0F is #1B63F0. Grayscale: #A2A2A2. Windows color (decimal): -1795057 or 1023204. OLE color: 1023204.

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

Color convert

RGB22815615-
CMYK00.320.930.11
HSL39.72º87.65%47.65%-
HSV(B)39.72º93.42%89.41%-
XYZ43.9740.315.91-
YUV161.4545.35175.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 57.14%
GREEN value IS 156 (61.33% from 255) = 39.10%
BLUE value IS 15 (6.25% from 255) = 3.76%
R=57.14%
G=39.10%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281561500.320.930.1139.7287.6547.65
HexE49CF0205DB285830
Octal34423417040135135013060
Binary111001001001110011110100000101110110111010001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49C0F; }

 p { color: rgb(228,156,15); }

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

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

 a { background-color: rgb(228,156,15); }

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

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

 span { border-color: rgb(228,156,15); }

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