Html Css Color HEX #EED507 Gold

📋 copy color: '#EED507'

red 238 ◦ green 213 ◦ blue 7

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

Shades of Gold #EED507

Tints of Gold #EED507

RGB

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

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

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

R = 51.97%
G = 46.51%
B = 1.53%

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

#EED507 (or 0xEED507) is known color: Gold. HEX triplet: EE, D5 and 07. RGB value is (238,213,7). Sum of RGB (Red+Green+Blue) = 238+213+7=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 7 (3.12% from 255 or 1.53% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EED507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED507 is #112AF8. Grayscale: #C5C5C5. Windows color (decimal): -1125113 or 513518. OLE color: 513518.

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

Color convert

RGB 238 213 7 -
CMYK 0 0.11 0.97 0.07
HSL 53.51º 0.94% 0.48% -
HSV(B) 53.51º 0.97% 0.93% -
XYZ 59.09 65.78 9.78 -
YUV 196.99 20.78 157.25 -
System Red Green Blue C M Y K H S L
Decimal 238 213 7 0 0.11 0.97 0.07 53.51 0.94 0.48
Hex EE D5 7 0 B 61 7 36 5E 30
Octal 356 325 7 0 13 141 7 66 136 60
Binary 11101110 11010101 111 0 1011 1100001 111 110110 1011110 110000

Color Harmonies of #EED507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED507

Black with #EED507

Text Example


Text Example

White with #EED507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED507; }

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

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

background-color css

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

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

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

border-color css

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

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

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