Html Css Color HEX #EDF0AC Medium Goldenrod

📋 copy color: '#EDF0AC'

red 237 ◦ green 240 ◦ blue 172

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

Shades of Medium Goldenrod #EDF0AC

Tints of Medium Goldenrod #EDF0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.5%

R = 36.52%
G = 36.98%
B = 26.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EDF0AC (or 0xEDF0AC) is known color: Medium Goldenrod. HEX triplet: ED, F0 and AC. RGB value is (237,240,172). Sum of RGB (Red+Green+Blue) = 237+240+172=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF0AC is #120F53. Grayscale: #E7E7E7. Windows color (decimal): -1183572 or 11333869. OLE color: 11333869.

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

Color convert

RGB 237 240 172 -
CMYK 0.01 0 0.28 0.06
HSL 62.65º 0.69% 0.81% -
HSV(B) 62.65º 0.28% 0.94% -
XYZ 73.53 83.3 51.23 -
YUV 231.35 94.51 132.03 -
System Red Green Blue C M Y K H S L
Decimal 237 240 172 0.01 0 0.28 0.06 62.65 0.69 0.81
Hex ED F0 AC 1 0 1C 6 3F 45 51
Octal 355 360 254 1 0 34 6 77 105 121
Binary 11101101 11110000 10101100 1 0 11100 110 111111 1000101 1010001

Color Harmonies of #EDF0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0AC

Black with #EDF0AC

Text Example


Text Example

White with #EDF0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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