Html Css Color HEX #EDD50C Gold

📋 copy color: '#EDD50C'

red 237 ◦ green 213 ◦ blue 12

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

Shades of Gold #EDD50C

Tints of Gold #EDD50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.6%

R = 51.3%
G = 46.1%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDD50C (or 0xEDD50C) is known color: Gold. HEX triplet: ED, D5 and 0C. RGB value is (237,213,12). Sum of RGB (Red+Green+Blue) = 237+213+12=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD50C is #122AF3. Grayscale: #C6C6C6. Windows color (decimal): -1190644 or 841197. OLE color: 841197.

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

Color convert

RGB 237 213 12 -
CMYK 0 0.10 0.95 0.07
HSL 53.6º 0.9% 0.49% -
HSV(B) 53.6º 0.95% 0.93% -
XYZ 58.79 65.62 9.92 -
YUV 197.26 23.45 156.34 -
System Red Green Blue C M Y K H S L
Decimal 237 213 12 0 0.10 0.95 0.07 53.6 0.9 0.49
Hex ED D5 C 0 A 5F 7 36 5A 31
Octal 355 325 14 0 12 137 7 66 132 61
Binary 11101101 11010101 1100 0 1010 1011111 111 110110 1011010 110001

Color Harmonies of #EDD50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD50C

Black with #EDD50C

Text Example


Text Example

White with #EDD50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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