Html Css Color HEX #E5A62C Gold Tips

📋 copy color: '#E5A62C'

red 229 ◦ green 166 ◦ blue 44

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

Shades of Gold Tips #E5A62C

Tints of Gold Tips #E5A62C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.81%

 BLUE value IS 44 (17.58% from 255) = 10.02%

R = 52.16%
G = 37.81%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5A62C (or 0xE5A62C) is known color: Gold Tips. HEX triplet: E5, A6 and 2C. RGB value is (229,166,44). Sum of RGB (Red+Green+Blue) = 229+166+44=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A62C is #1A59D3. Grayscale: #ABABAB. Windows color (decimal): -1726932 or 2926309. OLE color: 2926309.

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

Color convert

RGB 229 166 44 -
CMYK 0 0.28 0.81 0.10
HSL 39.57º 0.78% 0.54% -
HSV(B) 39.57º 0.81% 0.9% -
XYZ 46.4 44.11 8.45 -
YUV 170.93 56.37 169.42 -
System Red Green Blue C M Y K H S L
Decimal 229 166 44 0 0.28 0.81 0.10 39.57 0.78 0.54
Hex E5 A6 2C 0 1C 51 A 28 4E 36
Octal 345 246 54 0 34 121 12 50 116 66
Binary 11100101 10100110 101100 0 11100 1010001 1010 101000 1001110 110110

Color Harmonies of #E5A62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A62C

Black with #E5A62C

Text Example


Text Example

White with #E5A62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A62C; }

 p { color: rgb(229,166,44); }

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

background-color css

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

 a { background-color: rgb(229,166,44); }

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

border-color css

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

 span { border-color: rgb(229,166,44); }

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