Html Css Color HEX #E0D200 Gold

📋 copy color: '#E0D200'

red 224 ◦ green 210 ◦ blue 0

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

Shades of Gold #E0D200

Tints of Gold #E0D200

RGB

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

 GREEN value IS 210 (82.42% 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

#E0D200 (or 0xE0D200) is known color: Gold. HEX triplet: E0, D2 and 00. RGB value is (224,210,0). Sum of RGB (Red+Green+Blue) = 224+210+0=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D200 is #1F2DFF. Grayscale: #BFBFBF. Windows color (decimal): -2043392 or 53984. OLE color: 53984.

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

Color convert

RGB 224 210 0 -
CMYK 0 0.06 1 0.12
HSL 56.25º 1% 0.44% -
HSV(B) 56.25º 1% 0.88% -
XYZ 53.79 61.94 9.12 -
YUV 190.25 20.64 152.08 -
System Red Green Blue C M Y K H S L
Decimal 224 210 0 0 0.06 1 0.12 56.25 1 0.44
Hex E0 D2 0 0 6 64 C 38 64 2C
Octal 340 322 0 0 6 144 14 70 144 54
Binary 11100000 11010010 0 0 110 1100100 1100 111000 1100100 101100

Color Harmonies of #E0D200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D200

Black with #E0D200

Text Example


Text Example

White with #E0D200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D200; }

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

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

background-color css

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

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

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

border-color css

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

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

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