Html Css Color HEX #E3AF2F Gold Tips

📋 copy color: '#E3AF2F'

red 227 ◦ green 175 ◦ blue 47

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

Shades of Gold Tips #E3AF2F

Tints of Gold Tips #E3AF2F

RGB

 RED value IS 227 (89.06% from 255) = 50.56%

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

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

R = 50.56%
G = 38.98%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E3AF2F (or 0xE3AF2F) is known color: Gold Tips. HEX triplet: E3, AF and 2F. RGB value is (227,175,47). Sum of RGB (Red+Green+Blue) = 227+175+47=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AF2F is #1C50D0. Grayscale: #B0B0B0. Windows color (decimal): -1855697 or 3125219. OLE color: 3125219.

HSL color Cylindrical-coordinate representation of color #E3AF2F: hue angle of 42.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3AF2F is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 175 47 -
CMYK 0 0.23 0.79 0.11
HSL 42.67º 0.76% 0.54% -
HSV(B) 42.67º 0.79% 0.89% -
XYZ 47.52 47.2 9.29 -
YUV 175.96 55.23 164.41 -
System Red Green Blue C M Y K H S L
Decimal 227 175 47 0 0.23 0.79 0.11 42.67 0.76 0.54
Hex E3 AF 2F 0 17 4F B 2B 4C 36
Octal 343 257 57 0 27 117 13 53 114 66
Binary 11100011 10101111 101111 0 10111 1001111 1011 101011 1001100 110110

Color Harmonies of #E3AF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AF2F

Black with #E3AF2F

Text Example


Text Example

White with #E3AF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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