#EFDFC8

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

Shades of Sazerac #EFDFC8

Tints of Sazerac #EFDFC8

Color information

#EFDFC8 (or 0xEFDFC8) is unknown color: approx Sazerac. HEX triplet: EF, DF and C8. RGB value is (239,223,200). Sum of RGB (Red+Green+Blue) = 239+223+200=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 200 (78.52% from 255 or 30.21% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFC8 is #102037. Grayscale: #E1E1E1. Windows color (decimal): -1056824 or 13164527. OLE color: 13164527.

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

Color convert

RGB239223200-
CMYK00.070.160.06
HSL35.38º54.93%86.08%-
HSV(B)35.38º16.32%93.73%-
XYZ72.4175.365.36-
YUV225.16113.8137.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 200 (78.52% from 255) = 30.21%
R=36.10%
G=33.69%
B=30.21%

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
Decimal23922320000.070.160.0635.3854.9386.08
HexEFDFC807106233756
Octal357337310072064367126
Binary1110111111011111110010000111100001101000111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFC8; }

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

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

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

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

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

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

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

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