#EEAF21

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

Shades of Gold Tips #EEAF21

Tints of Gold Tips #EEAF21

Color information

#EEAF21 (or 0xEEAF21) is unknown color: approx Gold Tips. HEX triplet: EE, AF and 21. RGB value is (238,175,33). Sum of RGB (Red+Green+Blue) = 238+175+33=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAF21 is #1150DE. Grayscale: #B2B2B2. Windows color (decimal): -1134815 or 2207726. OLE color: 2207726.

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

Color convert

RGB23817533-
CMYK00.260.860.07
HSL41.56º85.77%53.14%-
HSV(B)41.56º86.13%93.33%-
XYZ50.8648.958.21-
YUV177.6546.37171.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.36%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 33 (13.28% from 255) = 7.40%
R=53.36%
G=39.24%
B=7.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381753300.260.860.0741.5685.7753.14
HexEEAF2101A5672a5635
Octal3562574103212675212665
Binary111011101010111110000101101010101101111010101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAF21; }

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

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

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

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

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

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

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

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