#EBD6BE

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

Shades of Almond #EBD6BE

Tints of Almond #EBD6BE

Color information

#EBD6BE (or 0xEBD6BE) is unknown color: approx Almond. HEX triplet: EB, D6 and BE. RGB value is (235,214,190). Sum of RGB (Red+Green+Blue) = 235+214+190=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6BE is #142941. Grayscale: #D9D9D9. Windows color (decimal): -1321282 or 12506859. OLE color: 12506859.

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

Color convert

RGB235214190-
CMYK00.090.190.08
HSL32º52.94%83.33%-
HSV(B)32º19.15%92.16%-
XYZ67.669.4758.56-
YUV217.54112.46140.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 190 (74.61% from 255) = 29.73%
R=36.78%
G=33.49%
B=29.73%

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
Decimal23521419000.090.190.083252.9483.33
HexEBD6BE09138203553
Octal35332627601123104065123
Binary111010111101011010111110010011001110001000001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6BE; }

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

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

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

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

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

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

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

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