#E9AF28

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

Shades of Gold Tips #E9AF28

Tints of Gold Tips #E9AF28

Color information

#E9AF28 (or 0xE9AF28) is unknown color: approx Gold Tips. HEX triplet: E9, AF and 28. RGB value is (233,175,40). Sum of RGB (Red+Green+Blue) = 233+175+40=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AF28 is #1650D7. Grayscale: #B1B1B1. Windows color (decimal): -1462488 or 2666473. OLE color: 2666473.

HSL color Cylindrical-coordinate representation of color #E9AF28: hue angle of 41.97º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9AF28 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB23317540-
CMYK00.250.830.09
HSL41.97º81.43%53.53%-
HSV(B)41.97º82.83%91.37%-
XYZ49.3248.148.7-
YUV176.9550.72167.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.01%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 40 (16.02% from 255) = 8.93%
R=52.01%
G=39.06%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331754000.250.830.0941.9781.4353.53
HexE9AF280195392a5136
Octal35125750031123115212166
Binary1110100110101111101000011001101001110011010101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AF28; }

 p { color: rgb(233,175,40); }

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

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

 a { background-color: rgb(233,175,40); }

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

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

 span { border-color: rgb(233,175,40); }

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