Html Css Color HEX #E1D300 Gold

📋 copy color: '#E1D300'

red 225 ◦ green 211 ◦ blue 0

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

Shades of Gold #E1D300

Tints of Gold #E1D300

RGB

 RED value IS 225 (88.28% from 255) = 51.61%

 GREEN value IS 211 (82.81% from 255) = 48.39%

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

R = 51.61%
G = 48.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E1D300 (or 0xE1D300) is known color: Gold. HEX triplet: E1, D3 and 00. RGB value is (225,211,0). Sum of RGB (Red+Green+Blue) = 225+211+0=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D300 is #1E2CFF. Grayscale: #BFBFBF. Windows color (decimal): -1977600 or 54241. OLE color: 54241.

HSL color Cylindrical-coordinate representation of color #E1D300: hue angle of 56.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1D300 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 211 0 -
CMYK 0 0.06 1 0.12
HSL 56.27º 1% 0.44% -
HSV(B) 56.27º 1% 0.88% -
XYZ 54.35 62.6 9.22 -
YUV 191.13 20.14 152.16 -
System Red Green Blue C M Y K H S L
Decimal 225 211 0 0 0.06 1 0.12 56.27 1 0.44
Hex E1 D3 0 0 6 64 C 38 64 2C
Octal 341 323 0 0 6 144 14 70 144 54
Binary 11100001 11010011 0 0 110 1100100 1100 111000 1100100 101100

Color Harmonies of #E1D300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D300

Black with #E1D300

Text Example


Text Example

White with #E1D300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D300; }

 p { color: rgb(225,211,0); }

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

background-color css

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

 a { background-color: rgb(225,211,0); }

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

border-color css

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

 span { border-color: rgb(225,211,0); }

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