#EDD9BE

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

Shades of Solitaire #EDD9BE

Tints of Solitaire #EDD9BE

Color information

#EDD9BE (or 0xEDD9BE) is unknown color: approx Solitaire. HEX triplet: ED, D9 and BE. RGB value is (237,217,190). Sum of RGB (Red+Green+Blue) = 237+217+190=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9BE is #122641. Grayscale: #DCDCDC. Windows color (decimal): -1189442 or 12507629. OLE color: 12507629.

HSL color Cylindrical-coordinate representation of color #EDD9BE: hue angle of 34.47º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDD9BE is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237217190-
CMYK00.080.200.07
HSL34.47º56.63%83.73%-
HSV(B)34.47º19.83%92.94%-
XYZ69.0371.3558.85-
YUV219.9111.13140.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 217 (85.16% from 255) = 33.70%
BLUE value IS 190 (74.61% from 255) = 29.50%
R=36.80%
G=33.70%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721719000.080.200.0734.4756.6383.73
HexEDD9BE08147223954
Octal3553312760102474271124
Binary11101101110110011011111001000101001111000101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9BE; }

 p { color: rgb(237,217,190); }

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

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

 a { background-color: rgb(237,217,190); }

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

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

 span { border-color: rgb(237,217,190); }

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