Html Css Color HEX #EDEDAD Medium Goldenrod

📋 copy color: '#EDEDAD'

red 237 ◦ green 237 ◦ blue 173

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

Shades of Medium Goldenrod #EDEDAD

Tints of Medium Goldenrod #EDEDAD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.63%

 BLUE value IS 173 (67.97% from 255) = 26.74%

R = 36.63%
G = 36.63%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDEDAD (or 0xEDEDAD) is known color: Medium Goldenrod. HEX triplet: ED, ED and AD. RGB value is (237,237,173). Sum of RGB (Red+Green+Blue) = 237+237+173=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDAD is #121252. Grayscale: #E5E5E5. Windows color (decimal): -1184339 or 11398637. OLE color: 11398637.

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

Color convert

RGB 237 237 173 -
CMYK 0 0 0.27 0.07
HSL 60º 0.64% 0.8% -
HSV(B) 60º 0.27% 0.93% -
XYZ 72.75 81.59 51.45 -
YUV 229.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 237 237 173 0 0 0.27 0.07 60 0.64 0.8
Hex ED ED AD 0 0 1B 7 3C 40 50
Octal 355 355 255 0 0 33 7 74 100 120
Binary 11101101 11101101 10101101 0 0 11011 111 111100 1000000 1010000

Color Harmonies of #EDEDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDAD

Black with #EDEDAD

Text Example


Text Example

White with #EDEDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDAD; }

 p { color: rgb(237,237,173); }

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

background-color css

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

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

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

border-color css

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

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

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