#EDD9BD

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

Shades of Solitaire #EDD9BD

Tints of Solitaire #EDD9BD

Color information

#EDD9BD (or 0xEDD9BD) is unknown color: approx Solitaire. HEX triplet: ED, D9 and BD. RGB value is (237,217,189). Sum of RGB (Red+Green+Blue) = 237+217+189=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9BD is #122642. Grayscale: #DBDBDB. Windows color (decimal): -1189443 or 12442093. OLE color: 12442093.

HSL color Cylindrical-coordinate representation of color #EDD9BD: hue angle of 35º 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 #EDD9BD is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237217189-
CMYK00.080.200.07
HSL35º57.14%83.53%-
HSV(B)35º20.25%92.94%-
XYZ68.9271.358.27-
YUV219.79110.63140.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 217 (85.16% from 255) = 33.75%
BLUE value IS 189 (74.22% from 255) = 29.39%
R=36.86%
G=33.75%
B=29.39%

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
Decimal23721718900.080.200.073557.1483.53
HexEDD9BD08147233954
Octal3553312750102474371124
Binary11101101110110011011110101000101001111000111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9BD; }

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

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

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

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

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

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

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

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