Html Css Color HEX #E3AF1D Gold Tips

📋 copy color: '#E3AF1D'

red 227 ◦ green 175 ◦ blue 29

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

Shades of Gold Tips #E3AF1D

Tints of Gold Tips #E3AF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.73%

R = 52.67%
G = 40.6%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E3AF1D (or 0xE3AF1D) is known color: Gold Tips. HEX triplet: E3, AF and 1D. RGB value is (227,175,29). Sum of RGB (Red+Green+Blue) = 227+175+29=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AF1D is #1C50E2. Grayscale: #AEAEAE. Windows color (decimal): -1855715 or 1945571. OLE color: 1945571.

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

Color convert

RGB 227 175 29 -
CMYK 0 0.23 0.87 0.11
HSL 44.24º 0.78% 0.5% -
HSV(B) 44.24º 0.87% 0.89% -
XYZ 47.23 47.08 7.76 -
YUV 173.9 46.23 165.87 -
System Red Green Blue C M Y K H S L
Decimal 227 175 29 0 0.23 0.87 0.11 44.24 0.78 0.5
Hex E3 AF 1D 0 17 57 B 2C 4E 32
Octal 343 257 35 0 27 127 13 54 116 62
Binary 11100011 10101111 11101 0 10111 1010111 1011 101100 1001110 110010

Color Harmonies of #E3AF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AF1D

Black with #E3AF1D

Text Example


Text Example

White with #E3AF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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