#EEAF2F

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

Shades of Gold Tips #EEAF2F

Tints of Gold Tips #EEAF2F

Color information

#EEAF2F (or 0xEEAF2F) is unknown color: approx Gold Tips. HEX triplet: EE, AF and 2F. RGB value is (238,175,47). Sum of RGB (Red+Green+Blue) = 238+175+47=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAF2F is #1150D0. Grayscale: #B3B3B3. Windows color (decimal): -1134801 or 3125230. OLE color: 3125230.

HSL color Cylindrical-coordinate representation of color #EEAF2F: hue angle of 40.21º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEAF2F is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB23817547-
CMYK00.260.800.07
HSL40.21º84.89%55.88%-
HSV(B)40.21º80.25%93.33%-
XYZ51.149.049.46-
YUV179.2453.37169.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.74%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 47 (18.75% from 255) = 10.22%
R=51.74%
G=38.04%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381754700.260.800.0740.2184.8955.88
HexEEAF2F01A507285538
Octal3562575703212075012570
Binary111011101010111110111101101010100001111010001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAF2F; }

 p { color: rgb(238,175,47); }

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

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

 a { background-color: rgb(238,175,47); }

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

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

 span { border-color: rgb(238,175,47); }

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