Html Css Color HEX #E1AC31 Gold Tips

📋 copy color: '#E1AC31'

red 225 ◦ green 172 ◦ blue 49

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

Shades of Gold Tips #E1AC31

Tints of Gold Tips #E1AC31

RGB

 RED value IS 225 (88.28% from 255) = 50.45%

 GREEN value IS 172 (67.58% from 255) = 38.57%

 BLUE value IS 49 (19.53% from 255) = 10.99%

R = 50.45%
G = 38.57%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E1AC31 (or 0xE1AC31) is known color: Gold Tips. HEX triplet: E1, AC and 31. RGB value is (225,172,49). Sum of RGB (Red+Green+Blue) = 225+172+49=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AC31 is #1E53CE. Grayscale: #AEAEAE. Windows color (decimal): -1987535 or 3255521. OLE color: 3255521.

HSL color Cylindrical-coordinate representation of color #E1AC31: hue angle of 41.93º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1AC31 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 172 49 -
CMYK 0 0.24 0.78 0.12
HSL 41.93º 0.75% 0.54% -
HSV(B) 41.93º 0.78% 0.88% -
XYZ 46.36 45.73 9.29 -
YUV 173.83 57.56 164.5 -
System Red Green Blue C M Y K H S L
Decimal 225 172 49 0 0.24 0.78 0.12 41.93 0.75 0.54
Hex E1 AC 31 0 18 4E C 2A 4B 36
Octal 341 254 61 0 30 116 14 52 113 66
Binary 11100001 10101100 110001 0 11000 1001110 1100 101010 1001011 110110

Color Harmonies of #E1AC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AC31

Black with #E1AC31

Text Example


Text Example

White with #E1AC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AC31; }

 p { color: rgb(225,172,49); }

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

background-color css

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

 a { background-color: rgb(225,172,49); }

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

border-color css

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

 span { border-color: rgb(225,172,49); }

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