Html Css Color HEX #E5D500 Gold

📋 copy color: '#E5D500'

red 229 ◦ green 213 ◦ blue 0

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

Shades of Gold #E5D500

Tints of Gold #E5D500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.81%
G = 48.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E5D500 (or 0xE5D500) is known color: Gold. HEX triplet: E5, D5 and 00. RGB value is (229,213,0). Sum of RGB (Red+Green+Blue) = 229+213+0=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D500 is #1A2AFF. Grayscale: #C2C2C2. Windows color (decimal): -1714944 or 54757. OLE color: 54757.

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

Color convert

RGB 229 213 0 -
CMYK 0 0.07 1 0.10
HSL 55.81º 1% 0.45% -
HSV(B) 55.81º 1% 0.9% -
XYZ 56.11 64.25 9.44 -
YUV 193.5 18.8 153.32 -
System Red Green Blue C M Y K H S L
Decimal 229 213 0 0 0.07 1 0.10 55.81 1 0.45
Hex E5 D5 0 0 7 64 A 38 64 2D
Octal 345 325 0 0 7 144 12 70 144 55
Binary 11100101 11010101 0 0 111 1100100 1010 111000 1100100 101101

Color Harmonies of #E5D500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D500

Black with #E5D500

Text Example


Text Example

White with #E5D500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D500; }

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

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

background-color css

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

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

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

border-color css

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

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

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