#EFDFCD

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

Shades of Sazerac #EFDFCD

Tints of Sazerac #EFDFCD

Color information

#EFDFCD (or 0xEFDFCD) is unknown color: approx Sazerac. HEX triplet: EF, DF and CD. RGB value is (239,223,205). Sum of RGB (Red+Green+Blue) = 239+223+205=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFCD is #102032. Grayscale: #E1E1E1. Windows color (decimal): -1056819 or 13492207. OLE color: 13492207.

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

Color convert

RGB239223205-
CMYK00.070.140.06
HSL31.76º51.52%87.06%-
HSV(B)31.76º14.23%93.73%-
XYZ7375.5368.49-
YUV225.73116.3137.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 223 (87.5% from 255) = 33.43%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=35.83%
G=33.43%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922320500.070.140.0631.7651.5287.06
HexEFDFCD07E6203457
Octal357337315071664064127
Binary111011111101111111001101011111101101000001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFCD; }

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

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

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

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

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

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

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

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