Html Css Color HEX #EDD9BF Solitaire

📋 copy color: '#EDD9BF'

red 237 ◦ green 217 ◦ blue 191

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

Shades of Solitaire #EDD9BF

Tints of Solitaire #EDD9BF

RGB

 RED value IS 237 (92.97% from 255) = 36.74%

 GREEN value IS 217 (85.16% from 255) = 33.64%

 BLUE value IS 191 (75% from 255) = 29.61%

R = 36.74%
G = 33.64%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDD9BF (or 0xEDD9BF) is known color: Solitaire. HEX triplet: ED, D9 and BF. RGB value is (237,217,191). Sum of RGB (Red+Green+Blue) = 237+217+191=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9BF is #122640. Grayscale: #DCDCDC. Windows color (decimal): -1189441 or 12573165. OLE color: 12573165.

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

Color convert

RGB 237 217 191 -
CMYK 0 0.08 0.19 0.07
HSL 33.91º 0.56% 0.84% -
HSV(B) 33.91º 0.19% 0.93% -
XYZ 69.14 71.39 59.43 -
YUV 220.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 237 217 191 0 0.08 0.19 0.07 33.91 0.56 0.84
Hex ED D9 BF 0 8 13 7 22 38 54
Octal 355 331 277 0 10 23 7 42 70 124
Binary 11101101 11011001 10111111 0 1000 10011 111 100010 111000 1010100

Color Harmonies of #EDD9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9BF

Black with #EDD9BF

Text Example


Text Example

White with #EDD9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9BF; }

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

 H1.HeaderClassName
 {
   color: #EDD9BF;
 }
 .AnyTagClassName
 {
   color: #EDD9BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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