Html Css Color HEX #EED100 Gold

📋 copy color: '#EED100'

red 238 ◦ green 209 ◦ blue 0

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

Shades of Gold #EED100

Tints of Gold #EED100

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.76%

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

R = 53.24%
G = 46.76%
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

#EED100 (or 0xEED100) is known color: Gold. HEX triplet: EE, D1 and 00. RGB value is (238,209,0). Sum of RGB (Red+Green+Blue) = 238+209+0=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EED100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED100 is #112EFF. Grayscale: #C2C2C2. Windows color (decimal): -1126144 or 53742. OLE color: 53742.

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

Color convert

RGB 238 209 0 -
CMYK 0 0.12 1 0.07
HSL 52.69º 1% 0.47% -
HSV(B) 52.69º 1% 0.93% -
XYZ 58.06 63.78 9.25 -
YUV 193.85 18.61 159.49 -
System Red Green Blue C M Y K H S L
Decimal 238 209 0 0 0.12 1 0.07 52.69 1 0.47
Hex EE D1 0 0 C 64 7 35 64 2F
Octal 356 321 0 0 14 144 7 65 144 57
Binary 11101110 11010001 0 0 1100 1100100 111 110101 1100100 101111

Color Harmonies of #EED100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED100

Black with #EED100

Text Example


Text Example

White with #EED100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED100; }

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

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

background-color css

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

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

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

border-color css

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

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

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