#EBD8C4

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

Shades of Almond #EBD8C4

Tints of Almond #EBD8C4

Color information

#EBD8C4 (or 0xEBD8C4) is unknown color: approx Almond. HEX triplet: EB, D8 and C4. RGB value is (235,216,196). Sum of RGB (Red+Green+Blue) = 235+216+196=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 196 (76.95% from 255 or 30.29% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8C4 is #14273B. Grayscale: #DBDBDB. Windows color (decimal): -1320764 or 12900587. OLE color: 12900587.

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

Color convert

RGB235216196-
CMYK00.080.170.08
HSL30.77º49.37%84.51%-
HSV(B)30.77º16.6%92.16%-
XYZ68.7870.7662.26-
YUV219.4114.79139.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 216 (84.77% from 255) = 33.38%
BLUE value IS 196 (76.95% from 255) = 30.29%
R=36.32%
G=33.38%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521619600.080.170.0830.7749.3784.51
HexEBD8C4081181f3155
Octal35333030401021103761125
Binary11101011110110001100010001000100011000111111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8C4; }

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

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

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

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

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

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

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

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