Html Css Color HEX #E7D50A Gold

📋 copy color: '#E7D50A'

red 231 ◦ green 213 ◦ blue 10

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

Shades of Gold #E7D50A

Tints of Gold #E7D50A

RGB

 RED value IS 231 (90.63% from 255) = 50.88%

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

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

R = 50.88%
G = 46.92%
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

#E7D50A (or 0xE7D50A) is known color: Gold. HEX triplet: E7, D5 and 0A. RGB value is (231,213,10). Sum of RGB (Red+Green+Blue) = 231+213+10=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D50A is #182AF5. Grayscale: #C4C4C4. Windows color (decimal): -1583862 or 710119. OLE color: 710119.

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

Color convert

RGB 231 213 10 -
CMYK 0 0.08 0.96 0.09
HSL 55.11º 0.92% 0.47% -
HSV(B) 55.11º 0.96% 0.91% -
XYZ 56.8 64.6 9.76 -
YUV 195.24 23.46 153.51 -
System Red Green Blue C M Y K H S L
Decimal 231 213 10 0 0.08 0.96 0.09 55.11 0.92 0.47
Hex E7 D5 A 0 8 60 9 37 5C 2F
Octal 347 325 12 0 10 140 11 67 134 57
Binary 11100111 11010101 1010 0 1000 1100000 1001 110111 1011100 101111

Color Harmonies of #E7D50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D50A

Black with #E7D50A

Text Example


Text Example

White with #E7D50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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