Html Css Color HEX #EDEEAD Medium Goldenrod

📋 copy color: '#EDEEAD'

red 237 ◦ green 238 ◦ blue 173

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

Shades of Medium Goldenrod #EDEEAD

Tints of Medium Goldenrod #EDEEAD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.73%

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

R = 36.57%
G = 36.73%
B = 26.7%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDEEAD (or 0xEDEEAD) is known color: Medium Goldenrod. HEX triplet: ED, EE and AD. RGB value is (237,238,173). Sum of RGB (Red+Green+Blue) = 237+238+173=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEAD is #121152. Grayscale: #E6E6E6. Windows color (decimal): -1184083 or 11398893. OLE color: 11398893.

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

Color convert

RGB 237 238 173 -
CMYK 0.00 0 0.27 0.07
HSL 60.92º 0.66% 0.81% -
HSV(B) 60.92º 0.27% 0.93% -
XYZ 73.04 82.17 51.55 -
YUV 230.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 237 238 173 0.00 0 0.27 0.07 60.92 0.66 0.81
Hex ED EE AD 0 0 1B 7 3D 42 51
Octal 355 356 255 0 0 33 7 75 102 121
Binary 11101101 11101110 10101101 0 0 11011 111 111101 1000010 1010001

Color Harmonies of #EDEEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEAD

Black with #EDEEAD

Text Example


Text Example

White with #EDEEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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