Html Css Color HEX #EFDECA Sazerac

📋 copy color: '#EFDECA'

red 239 ◦ green 222 ◦ blue 202

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

Shades of Sazerac #EFDECA

Tints of Sazerac #EFDECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.48%

 BLUE value IS 202 (79.3% from 255) = 30.47%

R = 36.05%
G = 33.48%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFDECA (or 0xEFDECA) is known color: Sazerac. HEX triplet: EF, DE and CA. RGB value is (239,222,202). Sum of RGB (Red+Green+Blue) = 239+222+202=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDECA is #102135. Grayscale: #E0E0E0. Windows color (decimal): -1057078 or 13295343. OLE color: 13295343.

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

Color convert

RGB 239 222 202 -
CMYK 0 0.07 0.15 0.06
HSL 32.43º 0.54% 0.86% -
HSV(B) 32.43º 0.15% 0.94% -
XYZ 72.38 74.86 66.51 -
YUV 224.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 239 222 202 0 0.07 0.15 0.06 32.43 0.54 0.86
Hex EF DE CA 0 7 F 6 20 36 56
Octal 357 336 312 0 7 17 6 40 66 126
Binary 11101111 11011110 11001010 0 111 1111 110 100000 110110 1010110

Color Harmonies of #EFDECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDECA

Black with #EFDECA

Text Example


Text Example

White with #EFDECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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