Html Css Color HEX #F0EDB0 Medium Goldenrod

📋 copy color: '#F0EDB0'

red 240 ◦ green 237 ◦ blue 176

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

Shades of Medium Goldenrod #F0EDB0

Tints of Medium Goldenrod #F0EDB0

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #F0EDB0: hue angle of 57.19º 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 #F0EDB0 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 237 176 -
CMYK 0 0.01 0.27 0.06
HSL 57.19º 0.68% 0.82% -
HSV(B) 57.19º 0.27% 0.94% -
XYZ 74.06 82.23 53.04 -
YUV 230.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 240 237 176 0 0.01 0.27 0.06 57.19 0.68 0.82
Hex F0 ED B0 0 1 1B 6 39 44 52
Octal 360 355 260 0 1 33 6 71 104 122
Binary 11110000 11101101 10110000 0 1 11011 110 111001 1000100 1010010

Color Harmonies of #F0EDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EDB0

Black with #F0EDB0

Text Example


Text Example

White with #F0EDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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