Html Css Color HEX #E9DAC0 Solitaire

📋 copy color: '#E9DAC0'

red 233 ◦ green 218 ◦ blue 192

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

Shades of Solitaire #E9DAC0

Tints of Solitaire #E9DAC0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.9%

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

R = 36.24%
G = 33.9%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E9DAC0 (or 0xE9DAC0) is known color: Solitaire. HEX triplet: E9, DA and C0. RGB value is (233,218,192). Sum of RGB (Red+Green+Blue) = 233+218+192=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 192 (75.39% from 255 or 29.86% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DAC0 is #16253F. Grayscale: #DBDBDB. Windows color (decimal): -1451328 or 12638953. OLE color: 12638953.

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

Color convert

RGB 233 218 192 -
CMYK 0 0.06 0.18 0.09
HSL 38.05º 0.48% 0.83% -
HSV(B) 38.05º 0.18% 0.91% -
XYZ 68.19 71.27 60.03 -
YUV 219.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 233 218 192 0 0.06 0.18 0.09 38.05 0.48 0.83
Hex E9 DA C0 0 6 12 9 26 30 53
Octal 351 332 300 0 6 22 11 46 60 123
Binary 11101001 11011010 11000000 0 110 10010 1001 100110 110000 1010011

Color Harmonies of #E9DAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DAC0

Black with #E9DAC0

Text Example


Text Example

White with #E9DAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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