#EEA81E

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

Shades of Gold Tips #EEA81E

Tints of Gold Tips #EEA81E

Color information

#EEA81E (or 0xEEA81E) is unknown color: approx Gold Tips. HEX triplet: EE, A8 and 1E. RGB value is (238,168,30). Sum of RGB (Red+Green+Blue) = 238+168+30=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA81E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA81E is #1157E1. Grayscale: #ADADAD. Windows color (decimal): -1136610 or 2009326. OLE color: 2009326.

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

Color convert

RGB23816830-
CMYK00.290.870.07
HSL39.81º85.95%52.55%-
HSV(B)39.81º87.39%93.33%-
XYZ49.546.287.55-
YUV173.247.19174.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.59%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 30 (12.11% from 255) = 6.88%
R=54.59%
G=38.53%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381683000.290.870.0739.8185.9552.55
HexEEA81E01D577285635
Octal3562503603512775012665
Binary11101110101010001111001110110101111111010001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA81E; }

 p { color: rgb(238,168,30); }

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

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

 a { background-color: rgb(238,168,30); }

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

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

 span { border-color: rgb(238,168,30); }

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