Html Css Color HEX #EDD20A Gold

📋 copy color: '#EDD20A'

red 237 ◦ green 210 ◦ blue 10

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

Shades of Gold #EDD20A

Tints of Gold #EDD20A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.95%

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

R = 51.86%
G = 45.95%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDD20A (or 0xEDD20A) is known color: Gold. HEX triplet: ED, D2 and 0A. RGB value is (237,210,10). Sum of RGB (Red+Green+Blue) = 237+210+10=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD20A is #122DF5. Grayscale: #C4C4C4. Windows color (decimal): -1191414 or 709357. OLE color: 709357.

HSL color Cylindrical-coordinate representation of color #EDD20A: hue angle of 52.86º 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 #EDD20A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 10 -
CMYK 0 0.11 0.96 0.07
HSL 52.86º 0.92% 0.48% -
HSV(B) 52.86º 0.96% 0.93% -
XYZ 58.03 64.12 9.61 -
YUV 195.27 23.45 157.76 -
System Red Green Blue C M Y K H S L
Decimal 237 210 10 0 0.11 0.96 0.07 52.86 0.92 0.48
Hex ED D2 A 0 B 60 7 35 5C 30
Octal 355 322 12 0 13 140 7 65 134 60
Binary 11101101 11010010 1010 0 1011 1100000 111 110101 1011100 110000

Color Harmonies of #EDD20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD20A

Black with #EDD20A

Text Example


Text Example

White with #EDD20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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