Html Css Color HEX #EDD504 Gold

📋 copy color: '#EDD504'

red 237 ◦ green 213 ◦ blue 4

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

Shades of Gold #EDD504

Tints of Gold #EDD504

RGB

 RED value IS 237 (92.97% from 255) = 52.2%

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 52.2%
G = 46.92%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDD504 (or 0xEDD504) is known color: Gold. HEX triplet: ED, D5 and 04. RGB value is (237,213,4). Sum of RGB (Red+Green+Blue) = 237+213+4=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD504 is #122AFB. Grayscale: #C5C5C5. Windows color (decimal): -1190652 or 316909. OLE color: 316909.

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

Color convert

RGB 237 213 4 -
CMYK 0 0.10 0.98 0.07
HSL 53.82º 0.97% 0.47% -
HSV(B) 53.82º 0.98% 0.93% -
XYZ 58.74 65.6 9.68 -
YUV 196.35 19.45 156.99 -
System Red Green Blue C M Y K H S L
Decimal 237 213 4 0 0.10 0.98 0.07 53.82 0.97 0.47
Hex ED D5 4 0 A 62 7 36 61 2F
Octal 355 325 4 0 12 142 7 66 141 57
Binary 11101101 11010101 100 0 1010 1100010 111 110110 1100001 101111

Color Harmonies of #EDD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD504

Black with #EDD504

Text Example


Text Example

White with #EDD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD504; }

 p { color: rgb(237,213,4); }

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

background-color css

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

 a { background-color: rgb(237,213,4); }

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

border-color css

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

 span { border-color: rgb(237,213,4); }

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