#EFDFCA

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

Shades of Sazerac #EFDFCA

Tints of Sazerac #EFDFCA

Color information

#EFDFCA (or 0xEFDFCA) is unknown color: approx Sazerac. HEX triplet: EF, DF and CA. RGB value is (239,223,202). Sum of RGB (Red+Green+Blue) = 239+223+202=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFCA is #102035. Grayscale: #E1E1E1. Windows color (decimal): -1056822 or 13295599. OLE color: 13295599.

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

Color convert

RGB239223202-
CMYK00.070.150.06
HSL34.05º53.62%86.47%-
HSV(B)34.05º15.48%93.73%-
XYZ72.6475.3966.6-
YUV225.39114.8137.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 223 (87.5% from 255) = 33.58%
BLUE value IS 202 (79.30% from 255) = 30.42%
R=35.99%
G=33.58%
B=30.42%

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
Decimal23922320200.070.150.0634.0553.6286.47
HexEFDFCA07F6223656
Octal357337312071764266126
Binary111011111101111111001010011111111101000101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFCA; }

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

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

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

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

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

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

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

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