#EE940C

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

Shades of Gamboge #EE940C

Tints of Gamboge #EE940C

Color information

#EE940C (or 0xEE940C) is unknown color: approx Gamboge. HEX triplet: EE, 94 and 0C. RGB value is (238,148,12). Sum of RGB (Red+Green+Blue) = 238+148+12=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE940C is #116BF3. Grayscale: #A0A0A0. Windows color (decimal): -1141748 or 824558. OLE color: 824558.

HSL color Cylindrical-coordinate representation of color #EE940C: hue angle of 36.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE940C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB23814812-
CMYK00.380.950.07
HSL36.11º90.4%49.02%-
HSV(B)36.11º94.96%93.33%-
XYZ45.9239.385.53-
YUV159.4144.82184.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 59.80%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 12 (5.08% from 255) = 3.02%
R=59.80%
G=37.19%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381481200.380.950.0736.1190.449.02
HexEE94C0265F7245a31
Octal3562241404613774413261
Binary11101110100101001100010011010111111111001001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE940C; }

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

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

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

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

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

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

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

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