Html Css Color HEX #EBD6BC Solitaire

📋 copy color: '#EBD6BC'

red 235 ◦ green 214 ◦ blue 188

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

Shades of Solitaire #EBD6BC

Tints of Solitaire #EBD6BC

RGB

 RED value IS 235 (92.19% from 255) = 36.89%

 GREEN value IS 214 (83.98% from 255) = 33.59%

 BLUE value IS 188 (73.83% from 255) = 29.51%

R = 36.89%
G = 33.59%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EBD6BC (or 0xEBD6BC) is known color: Solitaire. HEX triplet: EB, D6 and BC. RGB value is (235,214,188). Sum of RGB (Red+Green+Blue) = 235+214+188=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6BC is #142943. Grayscale: #D9D9D9. Windows color (decimal): -1321284 or 12375787. OLE color: 12375787.

HSL color Cylindrical-coordinate representation of color #EBD6BC: hue angle of 33.19º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBD6BC is Cyan = 0, Magento = 0.09, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 214 188 -
CMYK 0 0.09 0.2 0.08
HSL 33.19º 0.54% 0.83% -
HSV(B) 33.19º 0.2% 0.92% -
XYZ 67.38 69.39 57.42 -
YUV 217.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 235 214 188 0 0.09 0.2 0.08 33.19 0.54 0.83
Hex EB D6 BC 0 9 14 8 21 36 53
Octal 353 326 274 0 11 24 10 41 66 123
Binary 11101011 11010110 10111100 0 1001 10100 1000 100001 110110 1010011

Color Harmonies of #EBD6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD6BC

Black with #EBD6BC

Text Example


Text Example

White with #EBD6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD6BC; }

 p { color: rgb(235,214,188); }

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

background-color css

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

 a { background-color: rgb(235,214,188); }

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

border-color css

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

 span { border-color: rgb(235,214,188); }

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