Html Css Color HEX #EDEDA8 Medium Goldenrod

📋 copy color: '#EDEDA8'

red 237 ◦ green 237 ◦ blue 168

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

Shades of Medium Goldenrod #EDEDA8

Tints of Medium Goldenrod #EDEDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.17%

R = 36.92%
G = 36.92%
B = 26.17%

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

#EDEDA8 (or 0xEDEDA8) is known color: Medium Goldenrod. HEX triplet: ED, ED and A8. RGB value is (237,237,168). Sum of RGB (Red+Green+Blue) = 237+237+168=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 168 (66.02% from 255 or 26.17% from 642); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDA8 is #121257. Grayscale: #E5E5E5. Windows color (decimal): -1184344 or 11070957. OLE color: 11070957.

HSL color Cylindrical-coordinate representation of color #EDEDA8: 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.29%. Process color model (Four color, CMYK) of #EDEDA8 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 168 -
CMYK 0 0 0.29 0.07
HSL 60º 0.66% 0.79% -
HSV(B) 60º 0.29% 0.93% -
XYZ 72.28 81.4 48.95 -
YUV 229.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 237 237 168 0 0 0.29 0.07 60 0.66 0.79
Hex ED ED A8 0 0 1D 7 3C 42 4F
Octal 355 355 250 0 0 35 7 74 102 117
Binary 11101101 11101101 10101000 0 0 11101 111 111100 1000010 1001111

Color Harmonies of #EDEDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDA8

Black with #EDEDA8

Text Example


Text Example

White with #EDEDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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