#EBD4BD

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

Shades of Almond #EBD4BD

Tints of Almond #EBD4BD

Color information

#EBD4BD (or 0xEBD4BD) is unknown color: approx Almond. HEX triplet: EB, D4 and BD. RGB value is (235,212,189). Sum of RGB (Red+Green+Blue) = 235+212+189=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4BD is #142B42. Grayscale: #D8D8D8. Windows color (decimal): -1321795 or 12440811. OLE color: 12440811.

HSL color Cylindrical-coordinate representation of color #EBD4BD: hue angle of 30º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBD4BD is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235212189-
CMYK00.100.200.08
HSL30º53.49%83.14%-
HSV(B)30º19.57%92.16%-
XYZ66.9968.4257.82-
YUV216.26112.62141.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 212 (83.20% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=36.95%
G=33.33%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521218900.100.200.083053.4983.14
HexEBD4BD0A1481e3553
Octal35332427501224103665123
Binary11101011110101001011110101010101001000111101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4BD; }

 p { color: rgb(235,212,189); }

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

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

 a { background-color: rgb(235,212,189); }

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

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

 span { border-color: rgb(235,212,189); }

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