#EBD3C0

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

Shades of Almond #EBD3C0

Tints of Almond #EBD3C0

Color information

#EBD3C0 (or 0xEBD3C0) is unknown color: approx Almond. HEX triplet: EB, D3 and C0. RGB value is (235,211,192). Sum of RGB (Red+Green+Blue) = 235+211+192=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3C0 is #142C3F. Grayscale: #D8D8D8. Windows color (decimal): -1322048 or 12637163. OLE color: 12637163.

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

Color convert

RGB235211192-
CMYK00.100.180.08
HSL26.51º51.81%83.73%-
HSV(B)26.51º18.3%92.16%-
XYZ67.0768.0659.47-
YUV216.01114.45141.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 211 (82.81% from 255) = 33.07%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=36.83%
G=33.07%
B=30.09%

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
Decimal23521119200.100.180.0826.5151.8183.73
HexEBD3C00A1281b3454
Octal35332330001222103364124
Binary11101011110100111100000001010100101000110111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3C0; }

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

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

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

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

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

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

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

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