Html Css Color HEX #EDEDA6 Medium Goldenrod

📋 copy color: '#EDEDA6'

red 237 ◦ green 237 ◦ blue 166

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

Shades of Medium Goldenrod #EDEDA6

Tints of Medium Goldenrod #EDEDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 25.94%

R = 37.03%
G = 37.03%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDEDA6 (or 0xEDEDA6) is known color: Medium Goldenrod. HEX triplet: ED, ED and A6. RGB value is (237,237,166). Sum of RGB (Red+Green+Blue) = 237+237+166=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 166 (65.23% from 255 or 25.94% from 640); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDA6 is #121259. Grayscale: #E5E5E5. Windows color (decimal): -1184346 or 10939885. OLE color: 10939885.

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

Color convert

RGB 237 237 166 -
CMYK 0 0 0.30 0.07
HSL 60º 0.66% 0.79% -
HSV(B) 60º 0.3% 0.93% -
XYZ 72.09 81.33 47.97 -
YUV 228.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 237 237 166 0 0 0.30 0.07 60 0.66 0.79
Hex ED ED A6 0 0 1E 7 3C 42 4F
Octal 355 355 246 0 0 36 7 74 102 117
Binary 11101101 11101101 10100110 0 0 11110 111 111100 1000010 1001111

Color Harmonies of #EDEDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDA6

Black with #EDEDA6

Text Example


Text Example

White with #EDEDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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