Html Css Color HEX #E5AC28 Gold Tips

📋 copy color: '#E5AC28'

red 229 ◦ green 172 ◦ blue 40

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

Shades of Gold Tips #E5AC28

Tints of Gold Tips #E5AC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.07%

R = 51.93%
G = 39%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E5AC28 (or 0xE5AC28) is known color: Gold Tips. HEX triplet: E5, AC and 28. RGB value is (229,172,40). Sum of RGB (Red+Green+Blue) = 229+172+40=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AC28 is #1A53D7. Grayscale: #AEAEAE. Windows color (decimal): -1725400 or 2665701. OLE color: 2665701.

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

Color convert

RGB 229 172 40 -
CMYK 0 0.25 0.83 0.10
HSL 41.9º 0.78% 0.53% -
HSV(B) 41.9º 0.83% 0.9% -
XYZ 47.45 46.32 8.45 -
YUV 174 52.38 167.23 -
System Red Green Blue C M Y K H S L
Decimal 229 172 40 0 0.25 0.83 0.10 41.9 0.78 0.53
Hex E5 AC 28 0 19 53 A 2A 4E 35
Octal 345 254 50 0 31 123 12 52 116 65
Binary 11100101 10101100 101000 0 11001 1010011 1010 101010 1001110 110101

Color Harmonies of #E5AC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AC28

Black with #E5AC28

Text Example


Text Example

White with #E5AC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AC28; }

 p { color: rgb(229,172,40); }

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

background-color css

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

 a { background-color: rgb(229,172,40); }

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

border-color css

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

 span { border-color: rgb(229,172,40); }

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