#F0EDCD

Color #F0EDCD Rum Swizzle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum Swizzle #F0EDCD

Tints of Rum Swizzle #F0EDCD

Color information

#F0EDCD (or 0xF0EDCD) is unknown color: approx Rum Swizzle. HEX triplet: F0, ED and CD. RGB value is (240,237,205). Sum of RGB (Red+Green+Blue) = 240+237+205=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 205 (80.47% from 255 or 30.06% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDCD is #0F1232. Grayscale: #EAEAEA. Windows color (decimal): -987699 or 13495792. OLE color: 13495792.

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

Color convert

RGB240237205-
CMYK00.010.150.06
HSL54.86º53.85%87.25%-
HSV(B)54.86º14.58%94.12%-
XYZ77.2483.569.8-
YUV234.25111.49132.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.19%
GREEN value IS 237 (92.97% from 255) = 34.75%
BLUE value IS 205 (80.47% from 255) = 30.06%
R=35.19%
G=34.75%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023720500.010.150.0654.8653.8587.25
HexF0EDCD01F6373657
Octal360355315011766766127
Binary1111000011101101110011010111111101101111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDCD; }

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

 H1.HeaderClassName
 {
   color: #F0EDCD;
 }
 .AnyTagClassName
 {
   color: #F0EDCD;
 }
</style>
background-color css

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

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

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

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

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

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