#EA9D0C

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

Shades of Gamboge #EA9D0C

Tints of Gamboge #EA9D0C

Color information

#EA9D0C (or 0xEA9D0C) is unknown color: approx Gamboge. HEX triplet: EA, 9D and 0C. RGB value is (234,157,12). Sum of RGB (Red+Green+Blue) = 234+157+12=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9D0C is #1562F3. Grayscale: #A4A4A4. Windows color (decimal): -1401588 or 826858. OLE color: 826858.

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

Color convert

RGB23415712-
CMYK00.330.950.08
HSL39.19º90.24%48.24%-
HSV(B)39.19º94.87%91.76%-
XYZ46.0641.635.96-
YUV163.4942.51178.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.06%
GREEN value IS 157 (61.72% from 255) = 38.96%
BLUE value IS 12 (5.08% from 255) = 2.98%
R=58.06%
G=38.96%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341571200.330.950.0839.1990.2448.24
HexEA9DC0215F8275a30
Octal35223514041137104713260
Binary111010101001110111000100001101111110001001111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D0C; }

 p { color: rgb(234,157,12); }

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

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

 a { background-color: rgb(234,157,12); }

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

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

 span { border-color: rgb(234,157,12); }

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