Html Css Color HEX #EDD9BD Solitaire

📋 copy color: '#EDD9BD'

red 237 ◦ green 217 ◦ blue 189

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

Shades of Solitaire #EDD9BD

Tints of Solitaire #EDD9BD

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 value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDD9BD (or 0xEDD9BD) is known color: 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

RGB 237 217 189 -
CMYK 0 0.08 0.20 0.07
HSL 35º 0.57% 0.84% -
HSV(B) 35º 0.2% 0.93% -
XYZ 68.92 71.3 58.27 -
YUV 219.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 237 217 189 0 0.08 0.20 0.07 35 0.57 0.84
Hex ED D9 BD 0 8 14 7 23 39 54
Octal 355 331 275 0 10 24 7 43 71 124
Binary 11101101 11011001 10111101 0 1000 10100 111 100011 111001 1010100

Color Harmonies of #EDD9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9BD

Black with #EDD9BD

Text Example


Text Example

White with #EDD9BD

Text Example


Text Example

HTML Codes & Css Web 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>