Html Css Color HEX #EDD503 Gold

📋 copy color: '#EDD503'

red 237 ◦ green 213 ◦ blue 3

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

Shades of Gold #EDD503

Tints of Gold #EDD503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.66%

R = 52.32%
G = 47.02%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDD503 (or 0xEDD503) is known color: Gold. HEX triplet: ED, D5 and 03. RGB value is (237,213,3). Sum of RGB (Red+Green+Blue) = 237+213+3=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 3 (1.56% from 255 or 0.66% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD503 is #122AFC. Grayscale: #C5C5C5. Windows color (decimal): -1190653 or 251373. OLE color: 251373.

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

Color convert

RGB 237 213 3 -
CMYK 0 0.10 0.99 0.07
HSL 53.85º 0.98% 0.47% -
HSV(B) 53.85º 0.99% 0.93% -
XYZ 58.74 65.6 9.65 -
YUV 196.24 18.95 157.08 -
System Red Green Blue C M Y K H S L
Decimal 237 213 3 0 0.10 0.99 0.07 53.85 0.98 0.47
Hex ED D5 3 0 A 63 7 36 62 2F
Octal 355 325 3 0 12 143 7 66 142 57
Binary 11101101 11010101 11 0 1010 1100011 111 110110 1100010 101111

Color Harmonies of #EDD503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD503

Black with #EDD503

Text Example


Text Example

White with #EDD503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD503; }

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

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

background-color css

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

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

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

border-color css

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

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

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