#EEA513

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

Shades of Gamboge #EEA513

Tints of Gamboge #EEA513

Color information

#EEA513 (or 0xEEA513) is unknown color: approx Gamboge. HEX triplet: EE, A5 and 13. RGB value is (238,165,19). Sum of RGB (Red+Green+Blue) = 238+165+19=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA513 is #115AEC. Grayscale: #AAAAAA. Windows color (decimal): -1137389 or 1287662. OLE color: 1287662.

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

Color convert

RGB23816519-
CMYK00.310.920.07
HSL40º86.56%50.39%-
HSV(B)40º92.02%93.33%-
XYZ48.8345.136.75-
YUV170.1842.68176.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.40%
GREEN value IS 165 (64.84% from 255) = 39.10%
BLUE value IS 19 (7.81% from 255) = 4.50%
R=56.40%
G=39.10%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381651900.310.920.074086.5650.39
HexEEA51301F5C7285732
Octal3562452303713475012762
Binary11101110101001011001101111110111001111010001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA513; }

 p { color: rgb(238,165,19); }

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

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

 a { background-color: rgb(238,165,19); }

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

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

 span { border-color: rgb(238,165,19); }

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