#F0E0C9

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

Shades of Sazerac #F0E0C9

Tints of Sazerac #F0E0C9

Color information

#F0E0C9 (or 0xF0E0C9) is unknown color: approx Sazerac. HEX triplet: F0, E0 and C9. RGB value is (240,224,201). Sum of RGB (Red+Green+Blue) = 240+224+201=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 201 (78.91% from 255 or 30.23% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0C9 is #0F1F36. Grayscale: #E2E2E2. Windows color (decimal): -991031 or 13230320. OLE color: 13230320.

HSL color Cylindrical-coordinate representation of color #F0E0C9: hue angle of 35.38º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0E0C9 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240224201-
CMYK00.070.160.06
HSL35.38º56.52%86.47%-
HSV(B)35.38º16.25%94.12%-
XYZ73.1376.0566.08-
YUV226.16113.8137.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.09%
GREEN value IS 224 (87.89% from 255) = 33.68%
BLUE value IS 201 (78.91% from 255) = 30.23%
R=36.09%
G=33.68%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022420100.070.160.0635.3856.5286.47
HexF0E0C907106233956
Octal360340311072064371126
Binary1111000011100000110010010111100001101000111110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E0C9; }

 p { color: rgb(240,224,201); }

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

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

 a { background-color: rgb(240,224,201); }

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

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

 span { border-color: rgb(240,224,201); }

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