Html Css Color HEX #EFDEC7 Sazerac

📋 copy color: '#EFDEC7'

red 239 ◦ green 222 ◦ blue 199

#EFDEC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sazerac #EFDEC7

Tints of Sazerac #EFDEC7

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.13% from 255) = 30.15%

R = 36.21%
G = 33.64%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFDEC7 (or 0xEFDEC7) is known color: 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

RGB 239 222 199 -
CMYK 0 0.07 0.17 0.06
HSL 34.5º 0.56% 0.86% -
HSV(B) 34.5º 0.17% 0.94% -
XYZ 72.03 74.72 64.66 -
YUV 224.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 239 222 199 0 0.07 0.17 0.06 34.5 0.56 0.86
Hex EF DE C7 0 7 11 6 22 38 56
Octal 357 336 307 0 7 21 6 42 70 126
Binary 11101111 11011110 11000111 0 111 10001 110 100010 111000 1010110

Color Harmonies of #EFDEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEC7

Black with #EFDEC7

Text Example


Text Example

White with #EFDEC7

Text Example


Text Example

HTML Codes & Css Web 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>