Html Css Color HEX #EED101 Gold

📋 copy color: '#EED101'

red 238 ◦ green 209 ◦ blue 1

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

Shades of Gold #EED101

Tints of Gold #EED101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 53.13%
G = 46.65%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EED101 (or 0xEED101) is known color: Gold. HEX triplet: EE, D1 and 01. RGB value is (238,209,1). Sum of RGB (Red+Green+Blue) = 238+209+1=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EED101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED101 is #112EFE. Grayscale: #C2C2C2. Windows color (decimal): -1126143 or 119278. OLE color: 119278.

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

Color convert

RGB 238 209 1 -
CMYK 0 0.12 1.00 0.07
HSL 52.66º 0.99% 0.47% -
HSV(B) 52.66º 1% 0.93% -
XYZ 58.07 63.78 9.28 -
YUV 193.96 19.11 159.41 -
System Red Green Blue C M Y K H S L
Decimal 238 209 1 0 0.12 1.00 0.07 52.66 0.99 0.47
Hex EE D1 1 0 C 64 7 35 63 2F
Octal 356 321 1 0 14 144 7 65 143 57
Binary 11101110 11010001 1 0 1100 1100100 111 110101 1100011 101111

Color Harmonies of #EED101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED101

Black with #EED101

Text Example


Text Example

White with #EED101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED101; }

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

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

background-color css

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

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

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

border-color css

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

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

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