Html Css Color HEX #EDF0AA Medium Goldenrod

📋 copy color: '#EDF0AA'

red 237 ◦ green 240 ◦ blue 170

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

Shades of Medium Goldenrod #EDF0AA

Tints of Medium Goldenrod #EDF0AA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.09%

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

R = 36.63%
G = 37.09%
B = 26.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EDF0AA (or 0xEDF0AA) is known color: Medium Goldenrod. HEX triplet: ED, F0 and AA. RGB value is (237,240,170). Sum of RGB (Red+Green+Blue) = 237+240+170=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF0AA is #120F55. Grayscale: #E7E7E7. Windows color (decimal): -1183574 or 11202797. OLE color: 11202797.

HSL color Cylindrical-coordinate representation of color #EDF0AA: hue angle of 62.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDF0AA is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 170 -
CMYK 0.01 0 0.29 0.06
HSL 62.57º 0.7% 0.8% -
HSV(B) 62.57º 0.29% 0.94% -
XYZ 73.34 83.23 50.23 -
YUV 231.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 237 240 170 0.01 0 0.29 0.06 62.57 0.7 0.8
Hex ED F0 AA 1 0 1D 6 3F 46 50
Octal 355 360 252 1 0 35 6 77 106 120
Binary 11101101 11110000 10101010 1 0 11101 110 111111 1000110 1010000

Color Harmonies of #EDF0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0AA

Black with #EDF0AA

Text Example


Text Example

White with #EDF0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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