Html Css Color HEX #E1AE2D Gold Tips

📋 copy color: '#E1AE2D'

red 225 ◦ green 174 ◦ blue 45

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

Shades of Gold Tips #E1AE2D

Tints of Gold Tips #E1AE2D

RGB

 RED value IS 225 (88.28% from 255) = 50.68%

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

 BLUE value IS 45 (17.97% from 255) = 10.14%

R = 50.68%
G = 39.19%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1AE2D (or 0xE1AE2D) is known color: Gold Tips. HEX triplet: E1, AE and 2D. RGB value is (225,174,45). Sum of RGB (Red+Green+Blue) = 225+174+45=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AE2D is #1E51D2. Grayscale: #AFAFAF. Windows color (decimal): -1987027 or 2993889. OLE color: 2993889.

HSL color Cylindrical-coordinate representation of color #E1AE2D: hue angle of 43º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1AE2D is Cyan = 0, Magento = 0.23, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 174 45 -
CMYK 0 0.23 0.8 0.12
HSL 43º 0.75% 0.53% -
HSV(B) 43º 0.8% 0.88% -
XYZ 46.66 46.47 8.99 -
YUV 174.54 54.9 163.99 -
System Red Green Blue C M Y K H S L
Decimal 225 174 45 0 0.23 0.8 0.12 43 0.75 0.53
Hex E1 AE 2D 0 17 50 C 2B 4B 35
Octal 341 256 55 0 27 120 14 53 113 65
Binary 11100001 10101110 101101 0 10111 1010000 1100 101011 1001011 110101

Color Harmonies of #E1AE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AE2D

Black with #E1AE2D

Text Example


Text Example

White with #E1AE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AE2D; }

 p { color: rgb(225,174,45); }

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

background-color css

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

 a { background-color: rgb(225,174,45); }

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

border-color css

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

 span { border-color: rgb(225,174,45); }

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