#EA9C15

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

Shades of Gamboge #EA9C15

Tints of Gamboge #EA9C15

Color information

#EA9C15 (or 0xEA9C15) is unknown color: approx Gamboge. HEX triplet: EA, 9C and 15. RGB value is (234,156,21). Sum of RGB (Red+Green+Blue) = 234+156+21=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9C15 is #1563EA. Grayscale: #A4A4A4. Windows color (decimal): -1401835 or 1416426. OLE color: 1416426.

HSL color Cylindrical-coordinate representation of color #EA9C15: hue angle of 38.03º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA9C15 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB23415621-
CMYK00.330.910.08
HSL38.03º83.53%50%-
HSV(B)38.03º91.03%91.76%-
XYZ45.9641.326.26-
YUV163.9347.34177.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.93%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 21 (8.59% from 255) = 5.11%
R=56.93%
G=37.96%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341562100.330.910.0838.0383.5350
HexEA9C150215B8265432
Octal35223425041133104612462
Binary1110101010011100101010100001101101110001001101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9C15; }

 p { color: rgb(234,156,21); }

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

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

 a { background-color: rgb(234,156,21); }

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

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

 span { border-color: rgb(234,156,21); }

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