#EE9412

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

Shades of Gamboge #EE9412

Tints of Gamboge #EE9412

Color information

#EE9412 (or 0xEE9412) is unknown color: approx Gamboge. HEX triplet: EE, 94 and 12. RGB value is (238,148,18). Sum of RGB (Red+Green+Blue) = 238+148+18=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9412 is #116BED. Grayscale: #A0A0A0. Windows color (decimal): -1141742 or 1217774. OLE color: 1217774.

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

Color convert

RGB23814818-
CMYK00.380.920.07
HSL35.45º86.61%50.2%-
HSV(B)35.45º92.44%93.33%-
XYZ45.9639.45.76-
YUV160.0947.82183.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.91%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 18 (7.42% from 255) = 4.46%
R=58.91%
G=36.63%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381481800.380.920.0735.4586.6150.2
HexEE94120265C7235732
Octal3562242204613474312762
Binary111011101001010010010010011010111001111000111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9412; }

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

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

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

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

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

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

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

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