Html Css Color HEX #EDD404 Gold

📋 copy color: '#EDD404'

red 237 ◦ green 212 ◦ blue 4

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

Shades of Gold #EDD404

Tints of Gold #EDD404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 52.32%
G = 46.8%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDD404 (or 0xEDD404) is known color: Gold. HEX triplet: ED, D4 and 04. RGB value is (237,212,4). Sum of RGB (Red+Green+Blue) = 237+212+4=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD404 is #122BFB. Grayscale: #C4C4C4. Windows color (decimal): -1190908 or 316653. OLE color: 316653.

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

Color convert

RGB 237 212 4 -
CMYK 0 0.11 0.98 0.07
HSL 53.56º 0.97% 0.47% -
HSV(B) 53.56º 0.98% 0.93% -
XYZ 58.49 65.1 9.6 -
YUV 195.76 19.78 157.41 -
System Red Green Blue C M Y K H S L
Decimal 237 212 4 0 0.11 0.98 0.07 53.56 0.97 0.47
Hex ED D4 4 0 B 62 7 36 61 2F
Octal 355 324 4 0 13 142 7 66 141 57
Binary 11101101 11010100 100 0 1011 1100010 111 110110 1100001 101111

Color Harmonies of #EDD404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD404

Black with #EDD404

Text Example


Text Example

White with #EDD404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD404; }

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

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

background-color css

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

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

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

border-color css

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

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

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