Html Css Color HEX #E7D508 Gold

📋 copy color: '#E7D508'

red 231 ◦ green 213 ◦ blue 8

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

Shades of Gold #E7D508

Tints of Gold #E7D508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 51.11%
G = 47.12%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E7D508 (or 0xE7D508) is known color: Gold. HEX triplet: E7, D5 and 08. RGB value is (231,213,8). Sum of RGB (Red+Green+Blue) = 231+213+8=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D508 is #182AF7. Grayscale: #C3C3C3. Windows color (decimal): -1583864 or 579047. OLE color: 579047.

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

Color convert

RGB 231 213 8 -
CMYK 0 0.08 0.97 0.09
HSL 55.16º 0.93% 0.47% -
HSV(B) 55.16º 0.97% 0.91% -
XYZ 56.79 64.59 9.7 -
YUV 195.01 22.46 153.67 -
System Red Green Blue C M Y K H S L
Decimal 231 213 8 0 0.08 0.97 0.09 55.16 0.93 0.47
Hex E7 D5 8 0 8 61 9 37 5D 2F
Octal 347 325 10 0 10 141 11 67 135 57
Binary 11100111 11010101 1000 0 1000 1100001 1001 110111 1011101 101111

Color Harmonies of #E7D508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D508

Black with #E7D508

Text Example


Text Example

White with #E7D508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D508; }

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

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

background-color css

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

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

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

border-color css

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

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

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