Html Css Color HEX #E6D1BA Solitaire

📋 copy color: '#E6D1BA'

red 230 ◦ green 209 ◦ blue 186

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

Shades of Solitaire #E6D1BA

Tints of Solitaire #E6D1BA

RGB

 RED value IS 230 (90.23% from 255) = 36.8%

 GREEN value IS 209 (82.03% from 255) = 33.44%

 BLUE value IS 186 (73.05% from 255) = 29.76%

R = 36.8%
G = 33.44%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E6D1BA (or 0xE6D1BA) is known color: Solitaire. HEX triplet: E6, D1 and BA. RGB value is (230,209,186). Sum of RGB (Red+Green+Blue) = 230+209+186=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D1BA is #192E45. Grayscale: #D4D4D4. Windows color (decimal): -1650246 or 12243430. OLE color: 12243430.

HSL color Cylindrical-coordinate representation of color #E6D1BA: hue angle of 31.36º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6D1BA is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 209 186 -
CMYK 0 0.09 0.19 0.10
HSL 31.36º 0.47% 0.82% -
HSV(B) 31.36º 0.19% 0.9% -
XYZ 64.3 65.97 55.8 -
YUV 212.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 230 209 186 0 0.09 0.19 0.10 31.36 0.47 0.82
Hex E6 D1 BA 0 9 13 A 1F 2F 52
Octal 346 321 272 0 11 23 12 37 57 122
Binary 11100110 11010001 10111010 0 1001 10011 1010 11111 101111 1010010

Color Harmonies of #E6D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D1BA

Black with #E6D1BA

Text Example


Text Example

White with #E6D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D1BA; }

 p { color: rgb(230,209,186); }

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

background-color css

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

 a { background-color: rgb(230,209,186); }

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

border-color css

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

 span { border-color: rgb(230,209,186); }

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