Html Css Color HEX #EDD500 Gold

📋 copy color: '#EDD500'

red 237 ◦ green 213 ◦ blue 0

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

Shades of Gold #EDD500

Tints of Gold #EDD500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.67%
G = 47.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDD500 (or 0xEDD500) is known color: Gold. HEX triplet: ED, D5 and 00. RGB value is (237,213,0). Sum of RGB (Red+Green+Blue) = 237+213+0=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD500 is #122AFF. Grayscale: #C4C4C4. Windows color (decimal): -1190656 or 54765. OLE color: 54765.

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

Color convert

RGB 237 213 0 -
CMYK 0 0.10 1 0.07
HSL 53.92º 1% 0.46% -
HSV(B) 53.92º 1% 0.93% -
XYZ 58.72 65.59 9.57 -
YUV 195.89 17.45 157.32 -
System Red Green Blue C M Y K H S L
Decimal 237 213 0 0 0.10 1 0.07 53.92 1 0.46
Hex ED D5 0 0 A 64 7 36 64 2E
Octal 355 325 0 0 12 144 7 66 144 56
Binary 11101101 11010101 0 0 1010 1100100 111 110110 1100100 101110

Color Harmonies of #EDD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD500

Black with #EDD500

Text Example


Text Example

White with #EDD500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD500; }

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

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

background-color css

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

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

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

border-color css

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

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

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