Html Css Color HEX #EDEEAA Medium Goldenrod

📋 copy color: '#EDEEAA'

red 237 ◦ green 238 ◦ blue 170

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

Shades of Medium Goldenrod #EDEEAA

Tints of Medium Goldenrod #EDEEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.36%

R = 36.74%
G = 36.9%
B = 26.36%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EDEEAA (or 0xEDEEAA) is known color: Medium Goldenrod. HEX triplet: ED, EE and AA. RGB value is (237,238,170). Sum of RGB (Red+Green+Blue) = 237+238+170=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEAA is #121155. Grayscale: #E6E6E6. Windows color (decimal): -1184086 or 11202285. OLE color: 11202285.

HSL color Cylindrical-coordinate representation of color #EDEEAA: hue angle of 60.88º degrees, saturation: 0.67, 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 #EDEEAA is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 170 -
CMYK 0.00 0 0.29 0.07
HSL 60.88º 0.67% 0.8% -
HSV(B) 60.88º 0.29% 0.93% -
XYZ 72.76 82.06 50.03 -
YUV 229.95 94.17 133.03 -
System Red Green Blue C M Y K H S L
Decimal 237 238 170 0.00 0 0.29 0.07 60.88 0.67 0.8
Hex ED EE AA 0 0 1D 7 3D 43 50
Octal 355 356 252 0 0 35 7 75 103 120
Binary 11101101 11101110 10101010 0 0 11101 111 111101 1000011 1010000

Color Harmonies of #EDEEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEAA

Black with #EDEEAA

Text Example


Text Example

White with #EDEEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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