Html Css Color HEX #E3AF1A Gold Tips

📋 copy color: '#E3AF1A'

red 227 ◦ green 175 ◦ blue 26

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

Shades of Gold Tips #E3AF1A

Tints of Gold Tips #E3AF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.07%

R = 53.04%
G = 40.89%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E3AF1A (or 0xE3AF1A) is known color: Gold Tips. HEX triplet: E3, AF and 1A. RGB value is (227,175,26). Sum of RGB (Red+Green+Blue) = 227+175+26=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AF1A is #1C50E5. Grayscale: #AEAEAE. Windows color (decimal): -1855718 or 1748963. OLE color: 1748963.

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

Color convert

RGB 227 175 26 -
CMYK 0 0.23 0.89 0.11
HSL 44.48º 0.79% 0.5% -
HSV(B) 44.48º 0.89% 0.89% -
XYZ 47.19 47.07 7.57 -
YUV 173.56 44.73 166.12 -
System Red Green Blue C M Y K H S L
Decimal 227 175 26 0 0.23 0.89 0.11 44.48 0.79 0.5
Hex E3 AF 1A 0 17 59 B 2C 4F 32
Octal 343 257 32 0 27 131 13 54 117 62
Binary 11100011 10101111 11010 0 10111 1011001 1011 101100 1001111 110010

Color Harmonies of #E3AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AF1A

Black with #E3AF1A

Text Example


Text Example

White with #E3AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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