Html Css Color HEX #E5AF2F Gold Tips

📋 copy color: '#E5AF2F'

red 229 ◦ green 175 ◦ blue 47

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

Shades of Gold Tips #E5AF2F

Tints of Gold Tips #E5AF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.42%

R = 50.78%
G = 38.8%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5AF2F (or 0xE5AF2F) is known color: Gold Tips. HEX triplet: E5, AF and 2F. RGB value is (229,175,47). Sum of RGB (Red+Green+Blue) = 229+175+47=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AF2F is #1A50D0. Grayscale: #B1B1B1. Windows color (decimal): -1724625 or 3125221. OLE color: 3125221.

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

Color convert

RGB 229 175 47 -
CMYK 0 0.24 0.79 0.10
HSL 42.2º 0.78% 0.54% -
HSV(B) 42.2º 0.79% 0.9% -
XYZ 48.16 47.52 9.32 -
YUV 176.55 54.89 165.41 -
System Red Green Blue C M Y K H S L
Decimal 229 175 47 0 0.24 0.79 0.10 42.2 0.78 0.54
Hex E5 AF 2F 0 18 4F A 2A 4E 36
Octal 345 257 57 0 30 117 12 52 116 66
Binary 11100101 10101111 101111 0 11000 1001111 1010 101010 1001110 110110

Color Harmonies of #E5AF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AF2F

Black with #E5AF2F

Text Example


Text Example

White with #E5AF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AF2F; }

 p { color: rgb(229,175,47); }

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

background-color css

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

 a { background-color: rgb(229,175,47); }

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

border-color css

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

 span { border-color: rgb(229,175,47); }

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