Html Css Color HEX #EED501 Gold

📋 copy color: '#EED501'

red 238 ◦ green 213 ◦ blue 1

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

Shades of Gold #EED501

Tints of Gold #EED501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 52.65%
G = 47.12%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EED501 (or 0xEED501) is known color: Gold. HEX triplet: EE, D5 and 01. RGB value is (238,213,1). Sum of RGB (Red+Green+Blue) = 238+213+1=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EED501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED501 is #112AFE. Grayscale: #C5C5C5. Windows color (decimal): -1125119 or 120302. OLE color: 120302.

HSL color Cylindrical-coordinate representation of color #EED501: hue angle of 53.67º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EED501 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 213 1 -
CMYK 0 0.11 1.00 0.07
HSL 53.67º 0.99% 0.47% -
HSV(B) 53.67º 1% 0.93% -
XYZ 59.06 65.77 9.61 -
YUV 196.31 17.78 157.74 -
System Red Green Blue C M Y K H S L
Decimal 238 213 1 0 0.11 1.00 0.07 53.67 0.99 0.47
Hex EE D5 1 0 B 64 7 36 63 2F
Octal 356 325 1 0 13 144 7 66 143 57
Binary 11101110 11010101 1 0 1011 1100100 111 110110 1100011 101111

Color Harmonies of #EED501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED501

Black with #EED501

Text Example


Text Example

White with #EED501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED501; }

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

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

background-color css

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

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

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

border-color css

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

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

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