Html Css Color HEX #EDD50A Gold

📋 copy color: '#EDD50A'

red 237 ◦ green 213 ◦ blue 10

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

Shades of Gold #EDD50A

Tints of Gold #EDD50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.17%

R = 51.52%
G = 46.3%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDD50A (or 0xEDD50A) is known color: Gold. HEX triplet: ED, D5 and 0A. RGB value is (237,213,10). Sum of RGB (Red+Green+Blue) = 237+213+10=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD50A is #122AF5. Grayscale: #C5C5C5. Windows color (decimal): -1190646 or 710125. OLE color: 710125.

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

Color convert

RGB 237 213 10 -
CMYK 0 0.10 0.96 0.07
HSL 53.66º 0.92% 0.48% -
HSV(B) 53.66º 0.96% 0.93% -
XYZ 58.77 65.61 9.85 -
YUV 197.03 22.45 156.51 -
System Red Green Blue C M Y K H S L
Decimal 237 213 10 0 0.10 0.96 0.07 53.66 0.92 0.48
Hex ED D5 A 0 A 60 7 36 5C 30
Octal 355 325 12 0 12 140 7 66 134 60
Binary 11101101 11010101 1010 0 1010 1100000 111 110110 1011100 110000

Color Harmonies of #EDD50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD50A

Black with #EDD50A

Text Example


Text Example

White with #EDD50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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