#EFDEC9

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

Shades of Sazerac #EFDEC9

Tints of Sazerac #EFDEC9

Color information

#EFDEC9 (or 0xEFDEC9) is unknown color: approx Sazerac. HEX triplet: EF, DE and C9. RGB value is (239,222,201). Sum of RGB (Red+Green+Blue) = 239+222+201=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEC9 is #102136. Grayscale: #E0E0E0. Windows color (decimal): -1057079 or 13229807. OLE color: 13229807.

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

Color convert

RGB239222201-
CMYK00.070.160.06
HSL33.16º54.29%86.27%-
HSV(B)33.16º15.9%93.73%-
XYZ72.2674.8165.89-
YUV224.69114.63138.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 222 (87.11% from 255) = 33.53%
BLUE value IS 201 (78.91% from 255) = 30.36%
R=36.10%
G=33.53%
B=30.36%

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
Decimal23922220100.070.160.0633.1654.2986.27
HexEFDEC907106213656
Octal357336311072064166126
Binary1110111111011110110010010111100001101000011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEC9; }

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

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

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

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

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

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

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

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