#EBD9C4

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

Shades of Almond #EBD9C4

Tints of Almond #EBD9C4

Color information

#EBD9C4 (or 0xEBD9C4) is unknown color: approx Almond. HEX triplet: EB, D9 and C4. RGB value is (235,217,196). Sum of RGB (Red+Green+Blue) = 235+217+196=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 196 (76.95% from 255 or 30.25% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9C4 is #14263B. Grayscale: #DCDCDC. Windows color (decimal): -1320508 or 12900843. OLE color: 12900843.

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

Color convert

RGB235217196-
CMYK00.080.170.08
HSL32.31º49.37%84.51%-
HSV(B)32.31º16.6%92.16%-
XYZ69.0471.2762.34-
YUV219.99114.46138.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 217 (85.16% from 255) = 33.49%
BLUE value IS 196 (76.95% from 255) = 30.25%
R=36.27%
G=33.49%
B=30.25%

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
Decimal23521719600.080.170.0832.3149.3784.51
HexEBD9C408118203155
Octal35333130401021104061125
Binary111010111101100111000100010001000110001000001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9C4; }

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

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

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

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

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

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

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

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