#EA9F06

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

Shades of Gamboge #EA9F06

Tints of Gamboge #EA9F06

Color information

#EA9F06 (or 0xEA9F06) is unknown color: approx Gamboge. HEX triplet: EA, 9F and 06. RGB value is (234,159,6). Sum of RGB (Red+Green+Blue) = 234+159+6=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9F06 is #1560F9. Grayscale: #A4A4A4. Windows color (decimal): -1401082 or 434154. OLE color: 434154.

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

Color convert

RGB2341596-
CMYK00.320.970.08
HSL40.26º95%47.06%-
HSV(B)40.26º97.44%91.76%-
XYZ46.3642.35.89-
YUV163.9838.85177.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.65%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 6 (2.73% from 255) = 1.50%
R=58.65%
G=39.85%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234159600.320.970.0840.269547.06
HexEA9F6020618285f2f
Octal3522376040141105013757
Binary11101010100111111100100000110000110001010001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9F06; }

 p { color: rgb(234,159,6); }

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

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

 a { background-color: rgb(234,159,6); }

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

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

 span { border-color: rgb(234,159,6); }

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