#EBD4C1

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

Shades of Almond #EBD4C1

Tints of Almond #EBD4C1

Color information

#EBD4C1 (or 0xEBD4C1) is unknown color: approx Almond. HEX triplet: EB, D4 and C1. RGB value is (235,212,193). Sum of RGB (Red+Green+Blue) = 235+212+193=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4C1 is #142B3E. Grayscale: #D8D8D8. Windows color (decimal): -1321791 or 12702955. OLE color: 12702955.

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

Color convert

RGB235212193-
CMYK00.100.180.08
HSL27.14º51.22%83.92%-
HSV(B)27.14º17.87%92.16%-
XYZ67.4368.660.14-
YUV216.71114.62141.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 212 (83.20% from 255) = 33.12%
BLUE value IS 193 (75.78% from 255) = 30.16%
R=36.72%
G=33.12%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521219300.100.180.0827.1451.2283.92
HexEBD4C10A1281b3354
Octal35332430101222103363124
Binary11101011110101001100000101010100101000110111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4C1; }

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

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

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

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

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

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

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

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