#EBD4BE

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

Shades of Almond #EBD4BE

Tints of Almond #EBD4BE

Color information

#EBD4BE (or 0xEBD4BE) is unknown color: approx Almond. HEX triplet: EB, D4 and BE. RGB value is (235,212,190). Sum of RGB (Red+Green+Blue) = 235+212+190=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4BE is #142B41. Grayscale: #D8D8D8. Windows color (decimal): -1321794 or 12506347. OLE color: 12506347.

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

Color convert

RGB235212190-
CMYK00.100.190.08
HSL29.33º52.94%83.33%-
HSV(B)29.33º19.15%92.16%-
XYZ67.168.4758.39-
YUV216.37113.12141.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=36.89%
G=33.28%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521219000.100.190.0829.3352.9483.33
HexEBD4BE0A1381d3553
Octal35332427601223103565123
Binary11101011110101001011111001010100111000111011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4BE; }

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

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

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

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

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

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

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

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