#EE9812

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

Shades of Gamboge #EE9812

Tints of Gamboge #EE9812

Color information

#EE9812 (or 0xEE9812) is unknown color: approx Gamboge. HEX triplet: EE, 98 and 12. RGB value is (238,152,18). Sum of RGB (Red+Green+Blue) = 238+152+18=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9812 is #1167ED. Grayscale: #A3A3A3. Windows color (decimal): -1140718 or 1218798. OLE color: 1218798.

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

Color convert

RGB23815218-
CMYK00.360.920.07
HSL36.55º86.61%50.2%-
HSV(B)36.55º92.44%93.33%-
XYZ46.640.685.97-
YUV162.4446.49181.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.33%
GREEN value IS 152 (59.77% from 255) = 37.25%
BLUE value IS 18 (7.42% from 255) = 4.41%
R=58.33%
G=37.25%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381521800.360.920.0736.5586.6150.2
HexEE98120245C7255732
Octal3562302204413474512762
Binary111011101001100010010010010010111001111001011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9812; }

 p { color: rgb(238,152,18); }

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

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

 a { background-color: rgb(238,152,18); }

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

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

 span { border-color: rgb(238,152,18); }

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