Html Css Color HEX #EFDDC6 Sazerac

📋 copy color: '#EFDDC6'

red 239 ◦ green 221 ◦ blue 198

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

Shades of Sazerac #EFDDC6

Tints of Sazerac #EFDDC6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.59%

 BLUE value IS 198 (77.73% from 255) = 30.09%

R = 36.32%
G = 33.59%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFDDC6 (or 0xEFDDC6) is known color: Sazerac. HEX triplet: EF, DD and C6. RGB value is (239,221,198). Sum of RGB (Red+Green+Blue) = 239+221+198=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 198 (77.73% from 255 or 30.09% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDC6 is #102239. Grayscale: #DFDFDF. Windows color (decimal): -1057338 or 13032943. OLE color: 13032943.

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

Color convert

RGB 239 221 198 -
CMYK 0 0.08 0.17 0.06
HSL 33.66º 0.56% 0.86% -
HSV(B) 33.66º 0.17% 0.94% -
XYZ 71.65 74.14 63.96 -
YUV 223.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 239 221 198 0 0.08 0.17 0.06 33.66 0.56 0.86
Hex EF DD C6 0 8 11 6 22 38 56
Octal 357 335 306 0 10 21 6 42 70 126
Binary 11101111 11011101 11000110 0 1000 10001 110 100010 111000 1010110

Color Harmonies of #EFDDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDC6

Black with #EFDDC6

Text Example


Text Example

White with #EFDDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDC6; }

 p { color: rgb(239,221,198); }

 H1.HeaderClassName
 {
   color: #EFDDC6;
 }
 .AnyTagClassName
 {
   color: #EFDDC6;
 }
</style>

background-color css

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

 a { background-color: rgb(239,221,198); }

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

border-color css

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

 span { border-color: rgb(239,221,198); }

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