Html Css Color HEX #EED107 Gold

📋 copy color: '#EED107'

red 238 ◦ green 209 ◦ blue 7

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

Shades of Gold #EED107

Tints of Gold #EED107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 52.42%
G = 46.04%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EED107 (or 0xEED107) is known color: Gold. HEX triplet: EE, D1 and 07. RGB value is (238,209,7). Sum of RGB (Red+Green+Blue) = 238+209+7=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 7 (3.12% from 255 or 1.54% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EED107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED107 is #112EF8. Grayscale: #C3C3C3. Windows color (decimal): -1126137 or 512494. OLE color: 512494.

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

Color convert

RGB 238 209 7 -
CMYK 0 0.12 0.97 0.07
HSL 52.47º 0.94% 0.48% -
HSV(B) 52.47º 0.97% 0.93% -
XYZ 58.1 63.79 9.45 -
YUV 194.64 22.11 158.93 -
System Red Green Blue C M Y K H S L
Decimal 238 209 7 0 0.12 0.97 0.07 52.47 0.94 0.48
Hex EE D1 7 0 C 61 7 34 5E 30
Octal 356 321 7 0 14 141 7 64 136 60
Binary 11101110 11010001 111 0 1100 1100001 111 110100 1011110 110000

Color Harmonies of #EED107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED107

Black with #EED107

Text Example


Text Example

White with #EED107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED107; }

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

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

background-color css

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

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

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

border-color css

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

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

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