Html Css Color HEX #E8A528 Gold Tips

📋 copy color: '#E8A528'

red 232 ◦ green 165 ◦ blue 40

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

Shades of Gold Tips #E8A528

Tints of Gold Tips #E8A528

RGB

 RED value IS 232 (91.02% from 255) = 53.09%

 GREEN value IS 165 (64.84% from 255) = 37.76%

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

R = 53.09%
G = 37.76%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E8A528 (or 0xE8A528) is known color: Gold Tips. HEX triplet: E8, A5 and 28. RGB value is (232,165,40). Sum of RGB (Red+Green+Blue) = 232+165+40=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A528 is #175AD7. Grayscale: #ABABAB. Windows color (decimal): -1530584 or 2663912. OLE color: 2663912.

HSL color Cylindrical-coordinate representation of color #E8A528: hue angle of 39.06º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E8A528 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 165 40 -
CMYK 0 0.29 0.83 0.09
HSL 39.06º 0.81% 0.53% -
HSV(B) 39.06º 0.83% 0.91% -
XYZ 47.12 44.22 8.06 -
YUV 170.78 54.2 171.66 -
System Red Green Blue C M Y K H S L
Decimal 232 165 40 0 0.29 0.83 0.09 39.06 0.81 0.53
Hex E8 A5 28 0 1D 53 9 27 51 35
Octal 350 245 50 0 35 123 11 47 121 65
Binary 11101000 10100101 101000 0 11101 1010011 1001 100111 1010001 110101

Color Harmonies of #E8A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A528

Black with #E8A528

Text Example


Text Example

White with #E8A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A528; }

 p { color: rgb(232,165,40); }

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

background-color css

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

 a { background-color: rgb(232,165,40); }

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

border-color css

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

 span { border-color: rgb(232,165,40); }

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