Html Css Color HEX #E8A526 Gold Tips

📋 copy color: '#E8A526'

red 232 ◦ green 165 ◦ blue 38

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

Shades of Gold Tips #E8A526

Tints of Gold Tips #E8A526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.74%

R = 53.33%
G = 37.93%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E8A526 (or 0xE8A526) is known color: Gold Tips. HEX triplet: E8, A5 and 26. RGB value is (232,165,38). Sum of RGB (Red+Green+Blue) = 232+165+38=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 38 (15.23% from 255 or 8.74% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A526 is #175AD9. Grayscale: #ABABAB. Windows color (decimal): -1530586 or 2532840. OLE color: 2532840.

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

Color convert

RGB 232 165 38 -
CMYK 0 0.29 0.84 0.09
HSL 39.28º 0.81% 0.53% -
HSV(B) 39.28º 0.84% 0.91% -
XYZ 47.08 44.21 7.88 -
YUV 170.56 53.2 171.83 -
System Red Green Blue C M Y K H S L
Decimal 232 165 38 0 0.29 0.84 0.09 39.28 0.81 0.53
Hex E8 A5 26 0 1D 54 9 27 51 35
Octal 350 245 46 0 35 124 11 47 121 65
Binary 11101000 10100101 100110 0 11101 1010100 1001 100111 1010001 110101

Color Harmonies of #E8A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A526

Black with #E8A526

Text Example


Text Example

White with #E8A526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A526; }

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

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

background-color css

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

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

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

border-color css

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

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

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