#EA9C18

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

Shades of Gamboge #EA9C18

Tints of Gamboge #EA9C18

Color information

#EA9C18 (or 0xEA9C18) is unknown color: approx Gamboge. HEX triplet: EA, 9C and 18. RGB value is (234,156,24). Sum of RGB (Red+Green+Blue) = 234+156+24=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9C18 is #1563E7. Grayscale: #A4A4A4. Windows color (decimal): -1401832 or 1613034. OLE color: 1613034.

HSL color Cylindrical-coordinate representation of color #EA9C18: hue angle of 37.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA9C18 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB23415624-
CMYK00.330.900.08
HSL37.71º83.33%50.59%-
HSV(B)37.71º89.74%91.76%-
XYZ45.9941.346.42-
YUV164.2748.84177.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.52%
GREEN value IS 156 (61.33% from 255) = 37.68%
BLUE value IS 24 (9.77% from 255) = 5.80%
R=56.52%
G=37.68%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341562400.330.900.0837.7183.3350.59
HexEA9C180215A8265333
Octal35223430041132104612363
Binary1110101010011100110000100001101101010001001101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9C18; }

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

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

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

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

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

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

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

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