Html Css Color HEX #EDEDA9 Medium Goldenrod

📋 copy color: '#EDEDA9'

red 237 ◦ green 237 ◦ blue 169

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

Shades of Medium Goldenrod #EDEDA9

Tints of Medium Goldenrod #EDEDA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 26.28%

R = 36.86%
G = 36.86%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EDEDA9 (or 0xEDEDA9) is known color: Medium Goldenrod. HEX triplet: ED, ED and A9. RGB value is (237,237,169). Sum of RGB (Red+Green+Blue) = 237+237+169=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 169 (66.41% from 255 or 26.28% from 643); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDA9 is #121256. Grayscale: #E5E5E5. Windows color (decimal): -1184343 or 11136493. OLE color: 11136493.

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

Color convert

RGB 237 237 169 -
CMYK 0 0 0.29 0.07
HSL 60º 0.65% 0.8% -
HSV(B) 60º 0.29% 0.93% -
XYZ 72.37 81.44 49.44 -
YUV 229.25 94 133.53 -
System Red Green Blue C M Y K H S L
Decimal 237 237 169 0 0 0.29 0.07 60 0.65 0.8
Hex ED ED A9 0 0 1D 7 3C 41 50
Octal 355 355 251 0 0 35 7 74 101 120
Binary 11101101 11101101 10101001 0 0 11101 111 111100 1000001 1010000

Color Harmonies of #EDEDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDA9

Black with #EDEDA9

Text Example


Text Example

White with #EDEDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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