#EFDEC7

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

Shades of Sazerac #EFDEC7

Tints of Sazerac #EFDEC7

Color information

#EFDEC7 (or 0xEFDEC7) is unknown color: approx Sazerac. HEX triplet: EF, DE and C7. RGB value is (239,222,199). Sum of RGB (Red+Green+Blue) = 239+222+199=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEC7 is #102138. Grayscale: #E0E0E0. Windows color (decimal): -1057081 or 13098735. OLE color: 13098735.

HSL color Cylindrical-coordinate representation of color #EFDEC7: hue angle of 34.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFDEC7 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239222199-
CMYK00.070.170.06
HSL34.5º55.56%85.88%-
HSV(B)34.5º16.74%93.73%-
XYZ72.0374.7264.66-
YUV224.46113.63138.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 222 (87.11% from 255) = 33.64%
BLUE value IS 199 (78.12% from 255) = 30.15%
R=36.21%
G=33.64%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922219900.070.170.0634.555.5685.88
HexEFDEC707116233856
Octal357336307072164370126
Binary1110111111011110110001110111100011101000111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEC7; }

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

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

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

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

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

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

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

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