#EBD5C1

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

Shades of Almond #EBD5C1

Tints of Almond #EBD5C1

Color information

#EBD5C1 (or 0xEBD5C1) is unknown color: approx Almond. HEX triplet: EB, D5 and C1. RGB value is (235,213,193). Sum of RGB (Red+Green+Blue) = 235+213+193=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5C1 is #142A3E. Grayscale: #D9D9D9. Windows color (decimal): -1321535 or 12703211. OLE color: 12703211.

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

Color convert

RGB235213193-
CMYK00.090.180.08
HSL28.57º51.22%83.92%-
HSV(B)28.57º17.87%92.16%-
XYZ67.6869.160.22-
YUV217.3114.29140.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 213 (83.59% from 255) = 33.23%
BLUE value IS 193 (75.78% from 255) = 30.11%
R=36.66%
G=33.23%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521319300.090.180.0828.5751.2283.92
HexEBD5C1091281d3354
Octal35332530101122103563124
Binary11101011110101011100000101001100101000111011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5C1; }

 p { color: rgb(235,213,193); }

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

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

 a { background-color: rgb(235,213,193); }

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

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

 span { border-color: rgb(235,213,193); }

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