#EBDAC9

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

Shades of Almond #EBDAC9

Tints of Almond #EBDAC9

Color information

#EBDAC9 (or 0xEBDAC9) is unknown color: approx Almond. HEX triplet: EB, DA and C9. RGB value is (235,218,201). Sum of RGB (Red+Green+Blue) = 235+218+201=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAC9 is #142536. Grayscale: #DDDDDD. Windows color (decimal): -1320247 or 13228779. OLE color: 13228779.

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

Color convert

RGB235218201-
CMYK00.070.140.08
HSL30º45.95%85.49%-
HSV(B)30º14.47%92.16%-
XYZ69.8772.0265.48-
YUV221.14116.63137.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 201 (78.91% from 255) = 30.73%
R=35.93%
G=33.33%
B=30.73%

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
Decimal23521820100.070.140.083045.9585.49
HexEBDAC907E81e2e55
Octal3533323110716103656125
Binary111010111101101011001001011111101000111101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAC9; }

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

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

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

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

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

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

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

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