Html Css Color HEX #E5AE18 Gold Tips

📋 copy color: '#E5AE18'

red 229 ◦ green 174 ◦ blue 24

#E5AE18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Tips #E5AE18

Tints of Gold Tips #E5AE18

RGB

 RED value IS 229 (89.84% from 255) = 53.63%

 GREEN value IS 174 (68.36% from 255) = 40.75%

 BLUE value IS 24 (9.77% from 255) = 5.62%

R = 53.63%
G = 40.75%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E5AE18 (or 0xE5AE18) is known color: Gold Tips. HEX triplet: E5, AE and 18. RGB value is (229,174,24). Sum of RGB (Red+Green+Blue) = 229+174+24=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AE18 is #1A51E7. Grayscale: #AEAEAE. Windows color (decimal): -1724904 or 1617637. OLE color: 1617637.

HSL color Cylindrical-coordinate representation of color #E5AE18: hue angle of 43.9º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5AE18 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 174 24 -
CMYK 0 0.24 0.90 0.10
HSL 43.9º 0.81% 0.5% -
HSV(B) 43.9º 0.9% 0.9% -
XYZ 47.61 47 7.43 -
YUV 173.35 43.72 167.7 -
System Red Green Blue C M Y K H S L
Decimal 229 174 24 0 0.24 0.90 0.10 43.9 0.81 0.5
Hex E5 AE 18 0 18 5A A 2C 51 32
Octal 345 256 30 0 30 132 12 54 121 62
Binary 11100101 10101110 11000 0 11000 1011010 1010 101100 1010001 110010

Color Harmonies of #E5AE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AE18

Black with #E5AE18

Text Example


Text Example

White with #E5AE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AE18; }

 p { color: rgb(229,174,24); }

 H1.HeaderClassName
 {
   color: #E5AE18;
 }
 .AnyTagClassName
 {
   color: #E5AE18;
 }
</style>

background-color css

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

 a { background-color: rgb(229,174,24); }

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

border-color css

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

 span { border-color: rgb(229,174,24); }

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