Html Css Color HEX #EED207 Gold

📋 copy color: '#EED207'

red 238 ◦ green 210 ◦ blue 7

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

Shades of Gold #EED207

Tints of Gold #EED207

RGB

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

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

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

R = 52.31%
G = 46.15%
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

#EED207 (or 0xEED207) is known color: Gold. HEX triplet: EE, D2 and 07. RGB value is (238,210,7). Sum of RGB (Red+Green+Blue) = 238+210+7=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EED207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED207 is #112DF8. Grayscale: #C4C4C4. Windows color (decimal): -1125881 or 512750. OLE color: 512750.

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

Color convert

RGB 238 210 7 -
CMYK 0 0.12 0.97 0.07
HSL 52.73º 0.94% 0.48% -
HSV(B) 52.73º 0.97% 0.93% -
XYZ 58.34 64.29 9.53 -
YUV 195.23 21.78 158.51 -
System Red Green Blue C M Y K H S L
Decimal 238 210 7 0 0.12 0.97 0.07 52.73 0.94 0.48
Hex EE D2 7 0 C 61 7 35 5E 30
Octal 356 322 7 0 14 141 7 65 136 60
Binary 11101110 11010010 111 0 1100 1100001 111 110101 1011110 110000

Color Harmonies of #EED207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED207

Black with #EED207

Text Example


Text Example

White with #EED207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED207; }

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

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

background-color css

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

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

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

border-color css

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

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

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