#EBD8BF

Color #EBD8BF Solitaire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solitaire #EBD8BF

Tints of Solitaire #EBD8BF

Color information

#EBD8BF (or 0xEBD8BF) is unknown color: approx Solitaire. HEX triplet: EB, D8 and BF. RGB value is (235,216,191). Sum of RGB (Red+Green+Blue) = 235+216+191=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8BF is #142740. Grayscale: #DADADA. Windows color (decimal): -1320769 or 12572907. OLE color: 12572907.

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

Color convert

RGB235216191-
CMYK00.080.190.08
HSL34.09º52.38%83.53%-
HSV(B)34.09º18.72%92.16%-
XYZ68.2270.5459.31-
YUV218.83112.29139.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 191 (75% from 255) = 29.75%
R=36.60%
G=33.64%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521619100.080.190.0834.0952.3883.53
HexEBD8BF08138223454
Octal35333027701023104264124
Binary111010111101100010111111010001001110001000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8BF; }

 p { color: rgb(235,216,191); }

 H1.HeaderClassName
 {
   color: #EBD8BF;
 }
 .AnyTagClassName
 {
   color: #EBD8BF;
 }
</style>
background-color css

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

 a { background-color: rgb(235,216,191); }

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

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

 span { border-color: rgb(235,216,191); }

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