#EBD9CA

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

Shades of Almond #EBD9CA

Tints of Almond #EBD9CA

Color information

#EBD9CA (or 0xEBD9CA) is unknown color: approx Almond. HEX triplet: EB, D9 and CA. RGB value is (235,217,202). Sum of RGB (Red+Green+Blue) = 235+217+202=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9CA is #142635. Grayscale: #DCDCDC. Windows color (decimal): -1320502 or 13294059. OLE color: 13294059.

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

Color convert

RGB235217202-
CMYK00.080.140.08
HSL27.27º45.21%85.69%-
HSV(B)27.27º14.04%92.16%-
XYZ69.7371.5566.01-
YUV220.67117.46138.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 217 (85.16% from 255) = 33.18%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=35.93%
G=33.18%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521720200.080.140.0827.2745.2185.69
HexEBD9CA08E81b2d56
Octal35333131201016103355126
Binary1110101111011001110010100100011101000110111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9CA; }

 p { color: rgb(235,217,202); }

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

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

 a { background-color: rgb(235,217,202); }

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

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

 span { border-color: rgb(235,217,202); }

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