#EA960D

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

Shades of Gamboge #EA960D

Tints of Gamboge #EA960D

Color information

#EA960D (or 0xEA960D) is unknown color: approx Gamboge. HEX triplet: EA, 96 and 0D. RGB value is (234,150,13). Sum of RGB (Red+Green+Blue) = 234+150+13=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA960D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA960D is #1569F2. Grayscale: #A0A0A0. Windows color (decimal): -1403379 or 890602. OLE color: 890602.

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

Color convert

RGB23415013-
CMYK00.360.940.08
HSL37.19º89.47%48.43%-
HSV(B)37.19º94.44%91.76%-
XYZ44.9139.335.61-
YUV159.545.33181.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.94%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 13 (5.47% from 255) = 3.27%
R=58.94%
G=37.78%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341501300.360.940.0837.1989.4748.43
HexEA96D0245E8255930
Octal35222615044136104513160
Binary111010101001011011010100100101111010001001011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA960D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA960D; }

 p { color: rgb(234,150,13); }

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

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

 a { background-color: rgb(234,150,13); }

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

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

 span { border-color: rgb(234,150,13); }

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