#F0EDCE

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

Shades of Rum Swizzle #F0EDCE

Tints of Rum Swizzle #F0EDCE

Color information

#F0EDCE (or 0xF0EDCE) is unknown color: approx Rum Swizzle. HEX triplet: F0, ED and CE. RGB value is (240,237,206). Sum of RGB (Red+Green+Blue) = 240+237+206=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 206 (80.86% from 255 or 30.16% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDCE is #0F1231. Grayscale: #EAEAEA. Windows color (decimal): -987698 or 13561328. OLE color: 13561328.

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

Color convert

RGB240237206-
CMYK00.010.140.06
HSL54.71º53.12%87.45%-
HSV(B)54.71º14.17%94.12%-
XYZ77.3683.5570.44-
YUV234.36111.99132.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.14%
GREEN value IS 237 (92.97% from 255) = 34.70%
BLUE value IS 206 (80.86% from 255) = 30.16%
R=35.14%
G=34.70%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023720600.010.140.0654.7153.1287.45
HexF0EDCE01E6373557
Octal360355316011666765127
Binary1111000011101101110011100111101101101111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDCE; }

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

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

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

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

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

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

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

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