#EAD8BE

Color #EAD8BE Solitaire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solitaire #EAD8BE

Tints of Solitaire #EAD8BE

Color information

#EAD8BE (or 0xEAD8BE) is unknown color: approx Solitaire. HEX triplet: EA, D8 and BE. RGB value is (234,216,190). Sum of RGB (Red+Green+Blue) = 234+216+190=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8BE is #152741. Grayscale: #DADADA. Windows color (decimal): -1386306 or 12507370. OLE color: 12507370.

HSL color Cylindrical-coordinate representation of color #EAD8BE: hue angle of 35.45º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAD8BE is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234216190-
CMYK00.080.190.08
HSL35.45º51.16%83.14%-
HSV(B)35.45º18.8%91.76%-
XYZ67.7870.3258.72-
YUV218.42111.96139.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 216 (84.77% from 255) = 33.75%
BLUE value IS 190 (74.61% from 255) = 29.69%
R=36.56%
G=33.75%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421619000.080.190.0835.4551.1683.14
HexEAD8BE08138233353
Octal35233027601023104363123
Binary111010101101100010111110010001001110001000111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8BE; }

 p { color: rgb(234,216,190); }

 H1.HeaderClassName
 {
   color: #EAD8BE;
 }
 .AnyTagClassName
 {
   color: #EAD8BE;
 }
</style>
background-color css

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

 a { background-color: rgb(234,216,190); }

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

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

 span { border-color: rgb(234,216,190); }

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