#E9AE26

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

Shades of Gold Tips #E9AE26

Tints of Gold Tips #E9AE26

Color information

#E9AE26 (or 0xE9AE26) is unknown color: approx Gold Tips. HEX triplet: E9, AE and 26. RGB value is (233,174,38). Sum of RGB (Red+Green+Blue) = 233+174+38=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AE26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AE26 is #1651D9. Grayscale: #B0B0B0. Windows color (decimal): -1462746 or 2535145. OLE color: 2535145.

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

Color convert

RGB23317438-
CMYK00.250.840.09
HSL41.85º81.59%53.14%-
HSV(B)41.85º83.69%91.37%-
XYZ49.0947.748.46-
YUV176.1450.05168.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.36%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 38 (15.23% from 255) = 8.54%
R=52.36%
G=39.10%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331743800.250.840.0941.8581.5953.14
HexE9AE260195492a5235
Octal35125646031124115212265
Binary1110100110101110100110011001101010010011010101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AE26; }

 p { color: rgb(233,174,38); }

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

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

 a { background-color: rgb(233,174,38); }

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

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

 span { border-color: rgb(233,174,38); }

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