Html Css Color HEX #E0D300 Gold

📋 copy color: '#E0D300'

red 224 ◦ green 211 ◦ blue 0

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

Shades of Gold #E0D300

Tints of Gold #E0D300

RGB

 RED value IS 224 (87.89% from 255) = 51.49%

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

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

R = 51.49%
G = 48.51%
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

#E0D300 (or 0xE0D300) is known color: Gold. HEX triplet: E0, D3 and 00. RGB value is (224,211,0). Sum of RGB (Red+Green+Blue) = 224+211+0=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D300 is #1F2CFF. Grayscale: #BFBFBF. Windows color (decimal): -2043136 or 54240. OLE color: 54240.

HSL color Cylindrical-coordinate representation of color #E0D300: hue angle of 56.52º 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 #E0D300 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 211 0 -
CMYK 0 0.06 1 0.12
HSL 56.52º 1% 0.44% -
HSV(B) 56.52º 1% 0.88% -
XYZ 54.03 62.44 9.2 -
YUV 190.83 20.31 151.66 -
System Red Green Blue C M Y K H S L
Decimal 224 211 0 0 0.06 1 0.12 56.52 1 0.44
Hex E0 D3 0 0 6 64 C 39 64 2C
Octal 340 323 0 0 6 144 14 71 144 54
Binary 11100000 11010011 0 0 110 1100100 1100 111001 1100100 101100

Color Harmonies of #E0D300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D300

Black with #E0D300

Text Example


Text Example

White with #E0D300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D300; }

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

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

background-color css

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

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

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

border-color css

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

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

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