#EBDACA

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

Shades of Almond #EBDACA

Tints of Almond #EBDACA

Color information

#EBDACA (or 0xEBDACA) is unknown color: approx Almond. HEX triplet: EB, DA and CA. RGB value is (235,218,202). Sum of RGB (Red+Green+Blue) = 235+218+202=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDACA is #142535. Grayscale: #DDDDDD. Windows color (decimal): -1320246 or 13294315. OLE color: 13294315.

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

Color convert

RGB235218202-
CMYK00.070.140.08
HSL29.09º45.21%85.69%-
HSV(B)29.09º14.04%92.16%-
XYZ69.9972.0766.1-
YUV221.26117.13137.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=35.88%
G=33.28%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521820200.070.140.0829.0945.2185.69
HexEBDACA07E81d2d56
Octal3533323120716103555126
Binary111010111101101011001010011111101000111011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDACA; }

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

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

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

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

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

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

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

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