Html Css Color HEX #EFDFC8 Sazerac

📋 copy color: '#EFDFC8'

red 239 ◦ green 223 ◦ blue 200

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

Shades of Sazerac #EFDFC8

Tints of Sazerac #EFDFC8

RGB

 RED value IS 239 (93.75% from 255) = 36.1%

 GREEN value IS 223 (87.5% from 255) = 33.69%

 BLUE value IS 200 (78.52% from 255) = 30.21%

R = 36.1%
G = 33.69%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

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

RGB 239 223 200 -
CMYK 0 0.07 0.16 0.06
HSL 35.38º 0.55% 0.86% -
HSV(B) 35.38º 0.16% 0.94% -
XYZ 72.41 75.3 65.36 -
YUV 225.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 239 223 200 0 0.07 0.16 0.06 35.38 0.55 0.86
Hex EF DF C8 0 7 10 6 23 37 56
Octal 357 337 310 0 7 20 6 43 67 126
Binary 11101111 11011111 11001000 0 111 10000 110 100011 110111 1010110

Color Harmonies of #EFDFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFC8

Black with #EFDFC8

Text Example


Text Example

White with #EFDFC8

Text Example


Text Example

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