Html Css Color HEX #EED205 Gold

📋 copy color: '#EED205'

red 238 ◦ green 210 ◦ blue 5

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

Shades of Gold #EED205

Tints of Gold #EED205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 52.54%
G = 46.36%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EED205 (or 0xEED205) is known color: Gold. HEX triplet: EE, D2 and 05. RGB value is (238,210,5). Sum of RGB (Red+Green+Blue) = 238+210+5=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EED205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED205 is #112DFA. Grayscale: #C3C3C3. Windows color (decimal): -1125883 or 381678. OLE color: 381678.

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

Color convert

RGB 238 210 5 -
CMYK 0 0.12 0.98 0.07
HSL 52.79º 0.96% 0.48% -
HSV(B) 52.79º 0.98% 0.93% -
XYZ 58.33 64.28 9.48 -
YUV 195 20.78 158.67 -
System Red Green Blue C M Y K H S L
Decimal 238 210 5 0 0.12 0.98 0.07 52.79 0.96 0.48
Hex EE D2 5 0 C 62 7 35 60 30
Octal 356 322 5 0 14 142 7 65 140 60
Binary 11101110 11010010 101 0 1100 1100010 111 110101 1100000 110000

Color Harmonies of #EED205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED205

Black with #EED205

Text Example


Text Example

White with #EED205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED205; }

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

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

background-color css

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

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

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

border-color css

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

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

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