Html Css Color HEX #EAD9C1 Solitaire

📋 copy color: '#EAD9C1'

red 234 ◦ green 217 ◦ blue 193

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

Shades of Solitaire #EAD9C1

Tints of Solitaire #EAD9C1

RGB

 RED value IS 234 (91.8% from 255) = 36.34%

 GREEN value IS 217 (85.16% from 255) = 33.7%

 BLUE value IS 193 (75.78% from 255) = 29.97%

R = 36.34%
G = 33.7%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EAD9C1 (or 0xEAD9C1) is known color: Solitaire. HEX triplet: EA, D9 and C1. RGB value is (234,217,193). Sum of RGB (Red+Green+Blue) = 234+217+193=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9C1 is #15263E. Grayscale: #DBDBDB. Windows color (decimal): -1386047 or 12704234. OLE color: 12704234.

HSL color Cylindrical-coordinate representation of color #EAD9C1: hue angle of 35.12º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAD9C1 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 217 193 -
CMYK 0 0.07 0.18 0.08
HSL 35.12º 0.49% 0.84% -
HSV(B) 35.12º 0.18% 0.92% -
XYZ 68.37 70.97 60.55 -
YUV 219.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 234 217 193 0 0.07 0.18 0.08 35.12 0.49 0.84
Hex EA D9 C1 0 7 12 8 23 31 54
Octal 352 331 301 0 7 22 10 43 61 124
Binary 11101010 11011001 11000001 0 111 10010 1000 100011 110001 1010100

Color Harmonies of #EAD9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD9C1

Black with #EAD9C1

Text Example


Text Example

White with #EAD9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD9C1; }

 p { color: rgb(234,217,193); }

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

background-color css

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

 a { background-color: rgb(234,217,193); }

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

border-color css

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

 span { border-color: rgb(234,217,193); }

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