#F0EDD5

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

Shades of Rum Swizzle #F0EDD5

Tints of Rum Swizzle #F0EDD5

Color information

#F0EDD5 (or 0xF0EDD5) is unknown color: approx Rum Swizzle. HEX triplet: F0, ED and D5. RGB value is (240,237,213). Sum of RGB (Red+Green+Blue) = 240+237+213=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 213 (83.59% from 255 or 30.87% from 690); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDD5 is #0F122A. Grayscale: #EBEBEB. Windows color (decimal): -987691 or 14020080. OLE color: 14020080.

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

Color convert

RGB240237213-
CMYK00.010.110.06
HSL53.33º47.37%88.82%-
HSV(B)53.33º11.25%94.12%-
XYZ78.2383.975.02-
YUV235.16115.49131.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.78%
GREEN value IS 237 (92.97% from 255) = 34.35%
BLUE value IS 213 (83.59% from 255) = 30.87%
R=34.78%
G=34.35%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023721300.010.110.0653.3347.3788.82
HexF0EDD501B6352f59
Octal360355325011366557131
Binary1111000011101101110101010110111101101011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDD5; }

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

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

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

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

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

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

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

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