Html Css Color HEX #E9D8C0 Solitaire

📋 copy color: '#E9D8C0'

red 233 ◦ green 216 ◦ blue 192

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

Shades of Solitaire #E9D8C0

Tints of Solitaire #E9D8C0

RGB

 RED value IS 233 (91.41% from 255) = 36.35%

 GREEN value IS 216 (84.77% from 255) = 33.7%

 BLUE value IS 192 (75.39% from 255) = 29.95%

R = 36.35%
G = 33.7%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E9D8C0 (or 0xE9D8C0) is known color: Solitaire. HEX triplet: E9, D8 and C0. RGB value is (233,216,192). Sum of RGB (Red+Green+Blue) = 233+216+192=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D8C0 is #16273F. Grayscale: #DADADA. Windows color (decimal): -1451840 or 12638441. OLE color: 12638441.

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

Color convert

RGB 233 216 192 -
CMYK 0 0.07 0.18 0.09
HSL 35.12º 0.48% 0.83% -
HSV(B) 35.12º 0.18% 0.91% -
XYZ 67.67 70.24 59.86 -
YUV 218.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 233 216 192 0 0.07 0.18 0.09 35.12 0.48 0.83
Hex E9 D8 C0 0 7 12 9 23 30 53
Octal 351 330 300 0 7 22 11 43 60 123
Binary 11101001 11011000 11000000 0 111 10010 1001 100011 110000 1010011

Color Harmonies of #E9D8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D8C0

Black with #E9D8C0

Text Example


Text Example

White with #E9D8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D8C0; }

 p { color: rgb(233,216,192); }

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

background-color css

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

 a { background-color: rgb(233,216,192); }

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

border-color css

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

 span { border-color: rgb(233,216,192); }

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