#EBD5BE

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

Shades of Almond #EBD5BE

Tints of Almond #EBD5BE

Color information

#EBD5BE (or 0xEBD5BE) is unknown color: approx Almond. HEX triplet: EB, D5 and BE. RGB value is (235,213,190). Sum of RGB (Red+Green+Blue) = 235+213+190=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5BE is #142A41. Grayscale: #D9D9D9. Windows color (decimal): -1321538 or 12506603. OLE color: 12506603.

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

Color convert

RGB235213190-
CMYK00.090.190.08
HSL30.67º52.94%83.33%-
HSV(B)30.67º19.15%92.16%-
XYZ67.3568.9758.48-
YUV216.96112.79140.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 29.78%
R=36.83%
G=33.39%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521319000.090.190.0830.6752.9483.33
HexEBD5BE091381f3553
Octal35332527601123103765123
Binary11101011110101011011111001001100111000111111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5BE; }

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

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

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

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

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

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

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

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