#EFDFCB

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

Shades of Sazerac #EFDFCB

Tints of Sazerac #EFDFCB

Color information

#EFDFCB (or 0xEFDFCB) is unknown color: approx Sazerac. HEX triplet: EF, DF and CB. RGB value is (239,223,203). Sum of RGB (Red+Green+Blue) = 239+223+203=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFCB is #102034. Grayscale: #E1E1E1. Windows color (decimal): -1056821 or 13361135. OLE color: 13361135.

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

Color convert

RGB239223203-
CMYK00.070.150.06
HSL33.33º52.94%86.67%-
HSV(B)33.33º15.06%93.73%-
XYZ72.7675.4467.23-
YUV225.5115.3137.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 223 (87.5% from 255) = 33.53%
BLUE value IS 203 (79.69% from 255) = 30.53%
R=35.94%
G=33.53%
B=30.53%

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
Decimal23922320300.070.150.0633.3352.9486.67
HexEFDFCB07F6213557
Octal357337313071764165127
Binary111011111101111111001011011111111101000011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFCB; }

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

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

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

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

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

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

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

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