#E9AD28

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

Shades of Gold Tips #E9AD28

Tints of Gold Tips #E9AD28

Color information

#E9AD28 (or 0xE9AD28) is unknown color: approx Gold Tips. HEX triplet: E9, AD and 28. RGB value is (233,173,40). Sum of RGB (Red+Green+Blue) = 233+173+40=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AD28 is #1652D7. Grayscale: #B0B0B0. Windows color (decimal): -1463000 or 2665961. OLE color: 2665961.

HSL color Cylindrical-coordinate representation of color #E9AD28: hue angle of 41.35º 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 #E9AD28 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB23317340-
CMYK00.260.830.09
HSL41.35º81.43%53.53%-
HSV(B)41.35º82.83%91.37%-
XYZ48.9347.368.57-
YUV175.7851.38168.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.24%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 40 (16.02% from 255) = 8.97%
R=52.24%
G=38.79%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331734000.260.830.0941.3581.4353.53
HexE9AD2801A539295136
Octal35125550032123115112166
Binary1110100110101101101000011010101001110011010011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AD28; }

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

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

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

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

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

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

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

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