Html Css Color HEX #E5D506 Gold

📋 copy color: '#E5D506'

red 229 ◦ green 213 ◦ blue 6

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

Shades of Gold #E5D506

Tints of Gold #E5D506

RGB

 RED value IS 229 (89.84% from 255) = 51.12%

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

 BLUE value IS 6 (2.73% from 255) = 1.34%

R = 51.12%
G = 47.54%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E5D506 (or 0xE5D506) is known color: Gold. HEX triplet: E5, D5 and 06. RGB value is (229,213,6). Sum of RGB (Red+Green+Blue) = 229+213+6=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 6 (2.73% from 255 or 1.34% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D506 is #1A2AF9. Grayscale: #C3C3C3. Windows color (decimal): -1714938 or 447973. OLE color: 447973.

HSL color Cylindrical-coordinate representation of color #E5D506: hue angle of 55.7º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5D506 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 213 6 -
CMYK 0 0.07 0.97 0.10
HSL 55.7º 0.95% 0.46% -
HSV(B) 55.7º 0.97% 0.9% -
XYZ 56.14 64.26 9.62 -
YUV 194.19 21.8 152.83 -
System Red Green Blue C M Y K H S L
Decimal 229 213 6 0 0.07 0.97 0.10 55.7 0.95 0.46
Hex E5 D5 6 0 7 61 A 38 5F 2E
Octal 345 325 6 0 7 141 12 70 137 56
Binary 11100101 11010101 110 0 111 1100001 1010 111000 1011111 101110

Color Harmonies of #E5D506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D506

Black with #E5D506

Text Example


Text Example

White with #E5D506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D506; }

 p { color: rgb(229,213,6); }

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

background-color css

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

 a { background-color: rgb(229,213,6); }

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

border-color css

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

 span { border-color: rgb(229,213,6); }

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