#EE9A00

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

Shades of Gamboge #EE9A00

Tints of Gamboge #EE9A00

Color information

#EE9A00 (or 0xEE9A00) is unknown color: approx Gamboge. HEX triplet: EE, 9A and 00. RGB value is (238,154,0). Sum of RGB (Red+Green+Blue) = 238+154+0=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9A00 is #1165FF. Grayscale: #A2A2A2. Windows color (decimal): -1140224 or 39662. OLE color: 39662.

HSL color Cylindrical-coordinate representation of color #EE9A00: hue angle of 38.82º 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 #EE9A00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB2381540-
CMYK00.3510.07
HSL38.82º100%46.67%-
HSV(B)38.82º100%93.33%-
XYZ46.8241.295.5-
YUV161.5636.83182.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 60.71%
GREEN value IS 154 (60.55% from 255) = 39.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.71%
G=39.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238154000.3510.0738.8210046.67
HexEE9A002364727642f
Octal356232004314474714457
Binary11101110100110100010001111001001111001111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9A00; }

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

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

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

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

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

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

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

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