#EAD5BB

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

Shades of Solitaire #EAD5BB

Tints of Solitaire #EAD5BB

Color information

#EAD5BB (or 0xEAD5BB) is unknown color: approx Solitaire. HEX triplet: EA, D5 and BB. RGB value is (234,213,187). Sum of RGB (Red+Green+Blue) = 234+213+187=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD5BB is #152A44. Grayscale: #D8D8D8. Windows color (decimal): -1387077 or 12309994. OLE color: 12309994.

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

Color convert

RGB234213187-
CMYK00.090.200.08
HSL33.19º52.81%82.55%-
HSV(B)33.19º20.09%91.76%-
XYZ66.768.6756.75-
YUV216.32111.46140.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=36.91%
G=33.60%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421318700.090.200.0833.1952.8182.55
HexEAD5BB09148213553
Octal35232527301124104165123
Binary111010101101010110111011010011010010001000011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5BB; }

 p { color: rgb(234,213,187); }

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

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

 a { background-color: rgb(234,213,187); }

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

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

 span { border-color: rgb(234,213,187); }

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