#EBD4C0

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

Shades of Almond #EBD4C0

Tints of Almond #EBD4C0

Color information

#EBD4C0 (or 0xEBD4C0) is unknown color: approx Almond. HEX triplet: EB, D4 and C0. RGB value is (235,212,192). Sum of RGB (Red+Green+Blue) = 235+212+192=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 192 (75.39% from 255 or 30.05% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4C0 is #142B3F. Grayscale: #D8D8D8. Windows color (decimal): -1321792 or 12637419. OLE color: 12637419.

HSL color Cylindrical-coordinate representation of color #EBD4C0: hue angle of 27.91º degrees, saturation: 0.52, 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 #EBD4C0 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB235212192-
CMYK00.100.180.08
HSL27.91º51.81%83.73%-
HSV(B)27.91º18.3%92.16%-
XYZ67.3268.5559.55-
YUV216.6114.12141.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 212 (83.20% from 255) = 33.18%
BLUE value IS 192 (75.39% from 255) = 30.05%
R=36.78%
G=33.18%
B=30.05%

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
Decimal23521219200.100.180.0827.9151.8183.73
HexEBD4C00A1281c3454
Octal35332430001222103464124
Binary11101011110101001100000001010100101000111001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4C0; }

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

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

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

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

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

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

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

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