#EE9609

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

Shades of Gamboge #EE9609

Tints of Gamboge #EE9609

Color information

#EE9609 (or 0xEE9609) is unknown color: approx Gamboge. HEX triplet: EE, 96 and 09. RGB value is (238,150,9). Sum of RGB (Red+Green+Blue) = 238+150+9=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9609 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9609 is #1169F6. Grayscale: #A0A0A0. Windows color (decimal): -1141239 or 628462. OLE color: 628462.

HSL color Cylindrical-coordinate representation of color #EE9609: hue angle of 36.94º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE9609 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB2381509-
CMYK00.370.960.07
HSL36.94º92.71%48.43%-
HSV(B)36.94º96.22%93.33%-
XYZ46.2240.015.55-
YUV160.2442.65183.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 59.95%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 9 (3.91% from 255) = 2.27%
R=59.95%
G=37.78%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238150900.370.960.0736.9492.7148.43
HexEE969025607255d30
Octal3562261104514074513560
Binary11101110100101101001010010111000001111001011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9609; }

 p { color: rgb(238,150,9); }

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

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

 a { background-color: rgb(238,150,9); }

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

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

 span { border-color: rgb(238,150,9); }

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