#EBD5C4

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

Shades of Almond #EBD5C4

Tints of Almond #EBD5C4

Color information

#EBD5C4 (or 0xEBD5C4) is unknown color: approx Almond. HEX triplet: EB, D5 and C4. RGB value is (235,213,196). Sum of RGB (Red+Green+Blue) = 235+213+196=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 196 (76.95% from 255 or 30.43% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5C4 is #142A3B. Grayscale: #D9D9D9. Windows color (decimal): -1321532 or 12899819. OLE color: 12899819.

HSL color Cylindrical-coordinate representation of color #EBD5C4: hue angle of 26.15º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBD5C4 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235213196-
CMYK00.090.170.08
HSL26.15º49.37%84.51%-
HSV(B)26.15º16.6%92.16%-
XYZ68.0269.2462-
YUV217.64115.79140.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 213 (83.59% from 255) = 33.07%
BLUE value IS 196 (76.95% from 255) = 30.43%
R=36.49%
G=33.07%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521319600.090.170.0826.1549.3784.51
HexEBD5C4091181a3155
Octal35332530401121103261125
Binary11101011110101011100010001001100011000110101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5C4; }

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

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

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

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

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

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

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

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