Html Css Color HEX #EDD408 Gold

📋 copy color: '#EDD408'

red 237 ◦ green 212 ◦ blue 8

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

Shades of Gold #EDD408

Tints of Gold #EDD408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 51.86%
G = 46.39%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDD408 (or 0xEDD408) is known color: Gold. HEX triplet: ED, D4 and 08. RGB value is (237,212,8). Sum of RGB (Red+Green+Blue) = 237+212+8=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD408 is #122BF7. Grayscale: #C5C5C5. Windows color (decimal): -1190904 or 578797. OLE color: 578797.

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

Color convert

RGB 237 212 8 -
CMYK 0 0.11 0.97 0.07
HSL 53.45º 0.93% 0.48% -
HSV(B) 53.45º 0.97% 0.93% -
XYZ 58.51 65.11 9.71 -
YUV 196.22 21.78 157.09 -
System Red Green Blue C M Y K H S L
Decimal 237 212 8 0 0.11 0.97 0.07 53.45 0.93 0.48
Hex ED D4 8 0 B 61 7 35 5D 30
Octal 355 324 10 0 13 141 7 65 135 60
Binary 11101101 11010100 1000 0 1011 1100001 111 110101 1011101 110000

Color Harmonies of #EDD408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD408

Black with #EDD408

Text Example


Text Example

White with #EDD408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD408; }

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

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

background-color css

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

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

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

border-color css

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

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

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