Html Css Color HEX #E8D10A Gold

📋 copy color: '#E8D10A'

red 232 ◦ green 209 ◦ blue 10

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

Shades of Gold #E8D10A

Tints of Gold #E8D10A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.34%

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

R = 51.44%
G = 46.34%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E8D10A (or 0xE8D10A) is known color: Gold. HEX triplet: E8, D1 and 0A. RGB value is (232,209,10). Sum of RGB (Red+Green+Blue) = 232+209+10=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D10A is #172EF5. Grayscale: #C2C2C2. Windows color (decimal): -1519350 or 709096. OLE color: 709096.

HSL color Cylindrical-coordinate representation of color #E8D10A: hue angle of 53.78º 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 #E8D10A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 209 10 -
CMYK 0 0.10 0.96 0.09
HSL 53.78º 0.92% 0.47% -
HSV(B) 53.78º 0.96% 0.91% -
XYZ 56.13 62.78 9.45 -
YUV 193.19 24.62 155.68 -
System Red Green Blue C M Y K H S L
Decimal 232 209 10 0 0.10 0.96 0.09 53.78 0.92 0.47
Hex E8 D1 A 0 A 60 9 36 5C 2F
Octal 350 321 12 0 12 140 11 66 134 57
Binary 11101000 11010001 1010 0 1010 1100000 1001 110110 1011100 101111

Color Harmonies of #E8D10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D10A

Black with #E8D10A

Text Example


Text Example

White with #E8D10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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