Html Css Color HEX #E5D7BE Solitaire

📋 copy color: '#E5D7BE'

red 229 ◦ green 215 ◦ blue 190

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

Shades of Solitaire #E5D7BE

Tints of Solitaire #E5D7BE

RGB

 RED value IS 229 (89.84% from 255) = 36.12%

 GREEN value IS 215 (84.38% from 255) = 33.91%

 BLUE value IS 190 (74.61% from 255) = 29.97%

R = 36.12%
G = 33.91%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E5D7BE (or 0xE5D7BE) is known color: Solitaire. HEX triplet: E5, D7 and BE. RGB value is (229,215,190). Sum of RGB (Red+Green+Blue) = 229+215+190=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D7BE is #1A2841. Grayscale: #D8D8D8. Windows color (decimal): -1714242 or 12507109. OLE color: 12507109.

HSL color Cylindrical-coordinate representation of color #E5D7BE: hue angle of 38.46º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5D7BE is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 215 190 -
CMYK 0 0.06 0.17 0.10
HSL 38.46º 0.43% 0.82% -
HSV(B) 38.46º 0.17% 0.9% -
XYZ 65.91 68.98 58.56 -
YUV 216.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 229 215 190 0 0.06 0.17 0.10 38.46 0.43 0.82
Hex E5 D7 BE 0 6 11 A 26 2B 52
Octal 345 327 276 0 6 21 12 46 53 122
Binary 11100101 11010111 10111110 0 110 10001 1010 100110 101011 1010010

Color Harmonies of #E5D7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D7BE

Black with #E5D7BE

Text Example


Text Example

White with #E5D7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D7BE; }

 p { color: rgb(229,215,190); }

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

background-color css

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

 a { background-color: rgb(229,215,190); }

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

border-color css

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

 span { border-color: rgb(229,215,190); }

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