Html Css Color HEX #ECD7BC Solitaire

📋 copy color: '#ECD7BC'

red 236 ◦ green 215 ◦ blue 188

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

Shades of Solitaire #ECD7BC

Tints of Solitaire #ECD7BC

RGB

 RED value IS 236 (92.58% from 255) = 36.93%

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

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

R = 36.93%
G = 33.65%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ECD7BC (or 0xECD7BC) is known color: Solitaire. HEX triplet: EC, D7 and BC. RGB value is (236,215,188). Sum of RGB (Red+Green+Blue) = 236+215+188=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7BC is #132843. Grayscale: #DADADA. Windows color (decimal): -1255492 or 12376044. OLE color: 12376044.

HSL color Cylindrical-coordinate representation of color #ECD7BC: hue angle of 33.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECD7BC is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 215 188 -
CMYK 0 0.09 0.20 0.07
HSL 33.75º 0.56% 0.83% -
HSV(B) 33.75º 0.2% 0.93% -
XYZ 67.97 70.06 57.52 -
YUV 218.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 236 215 188 0 0.09 0.20 0.07 33.75 0.56 0.83
Hex EC D7 BC 0 9 14 7 22 38 53
Octal 354 327 274 0 11 24 7 42 70 123
Binary 11101100 11010111 10111100 0 1001 10100 111 100010 111000 1010011

Color Harmonies of #ECD7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD7BC

Black with #ECD7BC

Text Example


Text Example

White with #ECD7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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