Html Css Color HEX #EDD40A Gold

📋 copy color: '#EDD40A'

red 237 ◦ green 212 ◦ blue 10

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

Shades of Gold #EDD40A

Tints of Gold #EDD40A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.19%

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

R = 51.63%
G = 46.19%
B = 2.18%

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

#EDD40A (or 0xEDD40A) is known color: Gold. HEX triplet: ED, D4 and 0A. RGB value is (237,212,10). Sum of RGB (Red+Green+Blue) = 237+212+10=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD40A is #122BF5. Grayscale: #C5C5C5. Windows color (decimal): -1190902 or 709869. OLE color: 709869.

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

Color convert

RGB 237 212 10 -
CMYK 0 0.11 0.96 0.07
HSL 53.39º 0.92% 0.48% -
HSV(B) 53.39º 0.96% 0.93% -
XYZ 58.52 65.11 9.77 -
YUV 196.45 22.78 156.93 -
System Red Green Blue C M Y K H S L
Decimal 237 212 10 0 0.11 0.96 0.07 53.39 0.92 0.48
Hex ED D4 A 0 B 60 7 35 5C 30
Octal 355 324 12 0 13 140 7 65 134 60
Binary 11101101 11010100 1010 0 1011 1100000 111 110101 1011100 110000

Color Harmonies of #EDD40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD40A

Black with #EDD40A

Text Example


Text Example

White with #EDD40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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