Html Css Color HEX #EDF0B0 Medium Goldenrod

📋 copy color: '#EDF0B0'

red 237 ◦ green 240 ◦ blue 176

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

Shades of Medium Goldenrod #EDF0B0

Tints of Medium Goldenrod #EDF0B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 26.95%

R = 36.29%
G = 36.75%
B = 26.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EDF0B0 (or 0xEDF0B0) is known color: Medium Goldenrod. HEX triplet: ED, F0 and B0. RGB value is (237,240,176). Sum of RGB (Red+Green+Blue) = 237+240+176=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 176 (69.14% from 255 or 26.95% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF0B0 is #120F4F. Grayscale: #E8E8E8. Windows color (decimal): -1183568 or 11596013. OLE color: 11596013.

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

Color convert

RGB 237 240 176 -
CMYK 0.01 0 0.27 0.06
HSL 62.81º 0.68% 0.82% -
HSV(B) 62.81º 0.27% 0.94% -
XYZ 73.92 83.46 53.29 -
YUV 231.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 237 240 176 0.01 0 0.27 0.06 62.81 0.68 0.82
Hex ED F0 B0 1 0 1B 6 3F 44 52
Octal 355 360 260 1 0 33 6 77 104 122
Binary 11101101 11110000 10110000 1 0 11011 110 111111 1000100 1010010

Color Harmonies of #EDF0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0B0

Black with #EDF0B0

Text Example


Text Example

White with #EDF0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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