#EEA10C

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

Shades of Gamboge #EEA10C

Tints of Gamboge #EEA10C

Color information

#EEA10C (or 0xEEA10C) is unknown color: approx Gamboge. HEX triplet: EE, A1 and 0C. RGB value is (238,161,12). Sum of RGB (Red+Green+Blue) = 238+161+12=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA10C is #115EF3. Grayscale: #A7A7A7. Windows color (decimal): -1138420 or 827886. OLE color: 827886.

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

Color convert

RGB23816112-
CMYK00.320.950.07
HSL39.56º90.4%49.02%-
HSV(B)39.56º94.96%93.33%-
XYZ48.0743.696.25-
YUV167.0440.51178.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 57.91%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 12 (5.08% from 255) = 2.92%
R=57.91%
G=39.17%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381611200.320.950.0739.5690.449.02
HexEEA1C0205F7285a31
Octal3562411404013775013261
Binary11101110101000011100010000010111111111010001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA10C; }

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

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

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

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

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

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

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

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