Html Css Color HEX #E8D50A Gold

📋 copy color: '#E8D50A'

red 232 ◦ green 213 ◦ blue 10

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

Shades of Gold #E8D50A

Tints of Gold #E8D50A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.81%

 BLUE value IS 10 (4.3% from 255) = 2.2%

R = 50.99%
G = 46.81%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E8D50A (or 0xE8D50A) is known color: Gold. HEX triplet: E8, D5 and 0A. RGB value is (232,213,10). Sum of RGB (Red+Green+Blue) = 232+213+10=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D50A is #172AF5. Grayscale: #C4C4C4. Windows color (decimal): -1518326 or 710120. OLE color: 710120.

HSL color Cylindrical-coordinate representation of color #E8D50A: hue angle of 54.86º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8D50A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 213 10 -
CMYK 0 0.08 0.96 0.09
HSL 54.86º 0.92% 0.47% -
HSV(B) 54.86º 0.96% 0.91% -
XYZ 57.13 64.77 9.78 -
YUV 195.54 23.29 154.01 -
System Red Green Blue C M Y K H S L
Decimal 232 213 10 0 0.08 0.96 0.09 54.86 0.92 0.47
Hex E8 D5 A 0 8 60 9 37 5C 2F
Octal 350 325 12 0 10 140 11 67 134 57
Binary 11101000 11010101 1010 0 1000 1100000 1001 110111 1011100 101111

Color Harmonies of #E8D50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D50A

Black with #E8D50A

Text Example


Text Example

White with #E8D50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D50A; }

 p { color: rgb(232,213,10); }

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

background-color css

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

 a { background-color: rgb(232,213,10); }

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

border-color css

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

 span { border-color: rgb(232,213,10); }

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