#EE9900

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

Shades of Gamboge #EE9900

Tints of Gamboge #EE9900

Color information

#EE9900 (or 0xEE9900) is unknown color: approx Gamboge. HEX triplet: EE, 99 and 00. RGB value is (238,153,0). Sum of RGB (Red+Green+Blue) = 238+153+0=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9900 is #1166FF. Grayscale: #A1A1A1. Windows color (decimal): -1140480 or 39406. OLE color: 39406.

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

Color convert

RGB2381530-
CMYK00.3610.07
HSL38.57º100%46.67%-
HSV(B)38.57º100%93.33%-
XYZ46.6540.965.45-
YUV160.9737.16182.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 60.87%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.87%
G=39.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238153000.3610.0738.5710046.67
HexEE99002464727642f
Octal356231004414474714457
Binary11101110100110010010010011001001111001111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9900; }

 p { color: rgb(238,153,0); }

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

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

 a { background-color: rgb(238,153,0); }

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

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

 span { border-color: rgb(238,153,0); }

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