Html Css Color HEX #E5AD2A Gold Tips

📋 copy color: '#E5AD2A'

red 229 ◦ green 173 ◦ blue 42

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

Shades of Gold Tips #E5AD2A

Tints of Gold Tips #E5AD2A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.96%

 BLUE value IS 42 (16.8% from 255) = 9.46%

R = 51.58%
G = 38.96%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5AD2A (or 0xE5AD2A) is known color: Gold Tips. HEX triplet: E5, AD and 2A. RGB value is (229,173,42). Sum of RGB (Red+Green+Blue) = 229+173+42=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AD2A is #1A52D5. Grayscale: #AFAFAF. Windows color (decimal): -1725142 or 2797029. OLE color: 2797029.

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

Color convert

RGB 229 173 42 -
CMYK 0 0.24 0.82 0.10
HSL 42.03º 0.78% 0.53% -
HSV(B) 42.03º 0.82% 0.9% -
XYZ 47.67 46.71 8.69 -
YUV 174.81 53.05 166.65 -
System Red Green Blue C M Y K H S L
Decimal 229 173 42 0 0.24 0.82 0.10 42.03 0.78 0.53
Hex E5 AD 2A 0 18 52 A 2A 4E 35
Octal 345 255 52 0 30 122 12 52 116 65
Binary 11100101 10101101 101010 0 11000 1010010 1010 101010 1001110 110101

Color Harmonies of #E5AD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AD2A

Black with #E5AD2A

Text Example


Text Example

White with #E5AD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AD2A; }

 p { color: rgb(229,173,42); }

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

background-color css

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

 a { background-color: rgb(229,173,42); }

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

border-color css

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

 span { border-color: rgb(229,173,42); }

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