Html Css Color HEX #EBD7BC Solitaire

📋 copy color: '#EBD7BC'

red 235 ◦ green 215 ◦ blue 188

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

Shades of Solitaire #EBD7BC

Tints of Solitaire #EBD7BC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.7%

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

R = 36.83%
G = 33.7%
B = 29.47%

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

#EBD7BC (or 0xEBD7BC) is known color: Solitaire. HEX triplet: EB, D7 and BC. RGB value is (235,215,188). Sum of RGB (Red+Green+Blue) = 235+215+188=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7BC is #142843. Grayscale: #DADADA. Windows color (decimal): -1321028 or 12376043. OLE color: 12376043.

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

Color convert

RGB 235 215 188 -
CMYK 0 0.09 0.2 0.08
HSL 34.47º 0.54% 0.83% -
HSV(B) 34.47º 0.2% 0.92% -
XYZ 67.64 69.89 57.5 -
YUV 217.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 235 215 188 0 0.09 0.2 0.08 34.47 0.54 0.83
Hex EB D7 BC 0 9 14 8 22 36 53
Octal 353 327 274 0 11 24 10 42 66 123
Binary 11101011 11010111 10111100 0 1001 10100 1000 100010 110110 1010011

Color Harmonies of #EBD7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD7BC

Black with #EBD7BC

Text Example


Text Example

White with #EBD7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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