Html Css Color HEX #E1AF27 Gold Tips

📋 copy color: '#E1AF27'

red 225 ◦ green 175 ◦ blue 39

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

Shades of Gold Tips #E1AF27

Tints of Gold Tips #E1AF27

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.86%

 BLUE value IS 39 (15.63% from 255) = 8.88%

R = 51.25%
G = 39.86%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E1AF27 (or 0xE1AF27) is known color: Gold Tips. HEX triplet: E1, AF and 27. RGB value is (225,175,39). Sum of RGB (Red+Green+Blue) = 225+175+39=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF27 is #1E50D8. Grayscale: #AFAFAF. Windows color (decimal): -1986777 or 2600929. OLE color: 2600929.

HSL color Cylindrical-coordinate representation of color #E1AF27: hue angle of 43.87º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1AF27 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 175 39 -
CMYK 0 0.22 0.83 0.12
HSL 43.87º 0.76% 0.52% -
HSV(B) 43.87º 0.83% 0.88% -
XYZ 46.75 46.81 8.49 -
YUV 174.45 51.57 164.06 -
System Red Green Blue C M Y K H S L
Decimal 225 175 39 0 0.22 0.83 0.12 43.87 0.76 0.52
Hex E1 AF 27 0 16 53 C 2C 4C 34
Octal 341 257 47 0 26 123 14 54 114 64
Binary 11100001 10101111 100111 0 10110 1010011 1100 101100 1001100 110100

Color Harmonies of #E1AF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF27

Black with #E1AF27

Text Example


Text Example

White with #E1AF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF27; }

 p { color: rgb(225,175,39); }

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

background-color css

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

 a { background-color: rgb(225,175,39); }

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

border-color css

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

 span { border-color: rgb(225,175,39); }

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