Html Css Color HEX #EED200 Gold

📋 copy color: '#EED200'

red 238 ◦ green 210 ◦ blue 0

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

Shades of Gold #EED200

Tints of Gold #EED200

RGB

 RED value IS 238 (93.36% from 255) = 53.13%

 GREEN value IS 210 (82.42% from 255) = 46.88%

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

R = 53.13%
G = 46.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EED200 (or 0xEED200) is known color: Gold. HEX triplet: EE, D2 and 00. RGB value is (238,210,0). Sum of RGB (Red+Green+Blue) = 238+210+0=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EED200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED200 is #112DFF. Grayscale: #C3C3C3. Windows color (decimal): -1125888 or 53998. OLE color: 53998.

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

Color convert

RGB 238 210 0 -
CMYK 0 0.12 1 0.07
HSL 52.94º 1% 0.47% -
HSV(B) 52.94º 1% 0.93% -
XYZ 58.31 64.27 9.33 -
YUV 194.43 18.28 159.08 -
System Red Green Blue C M Y K H S L
Decimal 238 210 0 0 0.12 1 0.07 52.94 1 0.47
Hex EE D2 0 0 C 64 7 35 64 2F
Octal 356 322 0 0 14 144 7 65 144 57
Binary 11101110 11010010 0 0 1100 1100100 111 110101 1100100 101111

Color Harmonies of #EED200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED200

Black with #EED200

Text Example


Text Example

White with #EED200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED200; }

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

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

background-color css

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

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

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

border-color css

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

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

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