#EBD7C1

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

Shades of Almond #EBD7C1

Tints of Almond #EBD7C1

Color information

#EBD7C1 (or 0xEBD7C1) is unknown color: approx Almond. HEX triplet: EB, D7 and C1. RGB value is (235,215,193). Sum of RGB (Red+Green+Blue) = 235+215+193=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 193 (75.78% from 255 or 30.02% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7C1 is #14283E. Grayscale: #DADADA. Windows color (decimal): -1321023 or 12703723. OLE color: 12703723.

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

Color convert

RGB235215193-
CMYK00.090.180.08
HSL31.43º51.22%83.92%-
HSV(B)31.43º17.87%92.16%-
XYZ68.1970.1160.39-
YUV218.47113.63139.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 215 (84.38% from 255) = 33.44%
BLUE value IS 193 (75.78% from 255) = 30.02%
R=36.55%
G=33.44%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521519300.090.180.0831.4351.2283.92
HexEBD7C1091281f3354
Octal35332730101122103763124
Binary11101011110101111100000101001100101000111111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7C1; }

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

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

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

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

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

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

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

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