Html Css Color HEX #E1AF26 Gold Tips

📋 copy color: '#E1AF26'

red 225 ◦ green 175 ◦ blue 38

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

Shades of Gold Tips #E1AF26

Tints of Gold Tips #E1AF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.68%

R = 51.37%
G = 39.95%
B = 8.68%

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

#E1AF26 (or 0xE1AF26) is known color: Gold Tips. HEX triplet: E1, AF and 26. RGB value is (225,175,38). Sum of RGB (Red+Green+Blue) = 225+175+38=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF26 is #1E50D9. Grayscale: #AEAEAE. Windows color (decimal): -1986778 or 2535393. OLE color: 2535393.

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

Color convert

RGB 225 175 38 -
CMYK 0 0.22 0.83 0.12
HSL 43.96º 0.76% 0.52% -
HSV(B) 43.96º 0.83% 0.88% -
XYZ 46.73 46.81 8.41 -
YUV 174.33 51.07 164.14 -
System Red Green Blue C M Y K H S L
Decimal 225 175 38 0 0.22 0.83 0.12 43.96 0.76 0.52
Hex E1 AF 26 0 16 53 C 2C 4C 34
Octal 341 257 46 0 26 123 14 54 114 64
Binary 11100001 10101111 100110 0 10110 1010011 1100 101100 1001100 110100

Color Harmonies of #E1AF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF26

Black with #E1AF26

Text Example


Text Example

White with #E1AF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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