#EEA111

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

Shades of Gamboge #EEA111

Tints of Gamboge #EEA111

Color information

#EEA111 (or 0xEEA111) is unknown color: approx Gamboge. HEX triplet: EE, A1 and 11. RGB value is (238,161,17). Sum of RGB (Red+Green+Blue) = 238+161+17=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA111 is #115EEE. Grayscale: #A8A8A8. Windows color (decimal): -1138415 or 1155566. OLE color: 1155566.

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

Color convert

RGB23816117-
CMYK00.320.930.07
HSL39.1º86.67%50%-
HSV(B)39.1º92.86%93.33%-
XYZ48.1143.716.43-
YUV167.6143.01178.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 57.21%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 17 (7.03% from 255) = 4.09%
R=57.21%
G=38.70%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381611700.320.930.0739.186.6750
HexEEA1110205D7275732
Octal3562412104013574712762
Binary111011101010000110001010000010111011111001111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA111; }

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

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

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

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

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

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

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

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