#EFDFC9

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

Shades of Sazerac #EFDFC9

Tints of Sazerac #EFDFC9

Color information

#EFDFC9 (or 0xEFDFC9) is unknown color: approx Sazerac. HEX triplet: EF, DF and C9. RGB value is (239,223,201). Sum of RGB (Red+Green+Blue) = 239+223+201=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 201 (78.91% from 255 or 30.32% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFC9 is #102036. Grayscale: #E1E1E1. Windows color (decimal): -1056823 or 13230063. OLE color: 13230063.

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

Color convert

RGB239223201-
CMYK00.070.160.06
HSL34.74º54.29%86.27%-
HSV(B)34.74º15.9%93.73%-
XYZ72.5375.3465.98-
YUV225.28114.3137.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 223 (87.5% from 255) = 33.63%
BLUE value IS 201 (78.91% from 255) = 30.32%
R=36.05%
G=33.63%
B=30.32%

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
Decimal23922320100.070.160.0634.7454.2986.27
HexEFDFC907106233656
Octal357337311072064366126
Binary1110111111011111110010010111100001101000111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFC9; }

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

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

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

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

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

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

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

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