Html Css Color HEX #EFDEC4 Solitaire

📋 copy color: '#EFDEC4'

red 239 ◦ green 222 ◦ blue 196

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

Shades of Solitaire #EFDEC4

Tints of Solitaire #EFDEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 29.83%

R = 36.38%
G = 33.79%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFDEC4 (or 0xEFDEC4) is known color: Solitaire. HEX triplet: EF, DE and C4. RGB value is (239,222,196). Sum of RGB (Red+Green+Blue) = 239+222+196=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 196 (76.95% from 255 or 29.83% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEC4 is #10213B. Grayscale: #E0E0E0. Windows color (decimal): -1057084 or 12902127. OLE color: 12902127.

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

Color convert

RGB 239 222 196 -
CMYK 0 0.07 0.18 0.06
HSL 36.28º 0.57% 0.85% -
HSV(B) 36.28º 0.18% 0.94% -
XYZ 71.68 74.58 62.84 -
YUV 224.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 239 222 196 0 0.07 0.18 0.06 36.28 0.57 0.85
Hex EF DE C4 0 7 12 6 24 39 55
Octal 357 336 304 0 7 22 6 44 71 125
Binary 11101111 11011110 11000100 0 111 10010 110 100100 111001 1010101

Color Harmonies of #EFDEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEC4

Black with #EFDEC4

Text Example


Text Example

White with #EFDEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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