#EFDFCC

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

Shades of Sazerac #EFDFCC

Tints of Sazerac #EFDFCC

Color information

#EFDFCC (or 0xEFDFCC) is unknown color: approx Sazerac. HEX triplet: EF, DF and CC. RGB value is (239,223,204). Sum of RGB (Red+Green+Blue) = 239+223+204=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFCC is #102033. Grayscale: #E1E1E1. Windows color (decimal): -1056820 or 13426671. OLE color: 13426671.

HSL color Cylindrical-coordinate representation of color #EFDFCC: hue angle of 32.57º degrees, saturation: 0.52, 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 #EFDFCC is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239223204-
CMYK00.070.150.06
HSL32.57º52.24%86.86%-
HSV(B)32.57º14.64%93.73%-
XYZ72.8875.4967.86-
YUV225.62115.8137.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 204 (80.08% from 255) = 30.63%
R=35.89%
G=33.48%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922320400.070.150.0632.5752.2486.86
HexEFDFCC07F6213457
Octal357337314071764164127
Binary111011111101111111001100011111111101000011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFCC; }

 p { color: rgb(239,223,204); }

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

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

 a { background-color: rgb(239,223,204); }

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

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

 span { border-color: rgb(239,223,204); }

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