Html Css Color HEX #EED508 Gold

📋 copy color: '#EED508'

red 238 ◦ green 213 ◦ blue 8

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

Shades of Gold #EED508

Tints of Gold #EED508

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.41%

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 51.85%
G = 46.41%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EED508 (or 0xEED508) is known color: Gold. HEX triplet: EE, D5 and 08. RGB value is (238,213,8). Sum of RGB (Red+Green+Blue) = 238+213+8=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 8 (3.52% from 255 or 1.74% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EED508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED508 is #112AF7. Grayscale: #C5C5C5. Windows color (decimal): -1125112 or 579054. OLE color: 579054.

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

Color convert

RGB 238 213 8 -
CMYK 0 0.11 0.97 0.07
HSL 53.48º 0.93% 0.48% -
HSV(B) 53.48º 0.97% 0.93% -
XYZ 59.1 65.78 9.81 -
YUV 197.11 21.28 157.17 -
System Red Green Blue C M Y K H S L
Decimal 238 213 8 0 0.11 0.97 0.07 53.48 0.93 0.48
Hex EE D5 8 0 B 61 7 35 5D 30
Octal 356 325 10 0 13 141 7 65 135 60
Binary 11101110 11010101 1000 0 1011 1100001 111 110101 1011101 110000

Color Harmonies of #EED508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED508

Black with #EED508

Text Example


Text Example

White with #EED508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED508; }

 p { color: rgb(238,213,8); }

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

background-color css

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

 a { background-color: rgb(238,213,8); }

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

border-color css

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

 span { border-color: rgb(238,213,8); }

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