#EBD6C0

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

Shades of Almond #EBD6C0

Tints of Almond #EBD6C0

Color information

#EBD6C0 (or 0xEBD6C0) is unknown color: approx Almond. HEX triplet: EB, D6 and C0. RGB value is (235,214,192). Sum of RGB (Red+Green+Blue) = 235+214+192=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6C0 is #14293F. Grayscale: #D9D9D9. Windows color (decimal): -1321280 or 12637931. OLE color: 12637931.

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

Color convert

RGB235214192-
CMYK00.090.180.08
HSL30.7º51.81%83.73%-
HSV(B)30.7º18.3%92.16%-
XYZ67.8269.5659.72-
YUV217.77113.46140.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 192 (75.39% from 255) = 29.95%
R=36.66%
G=33.39%
B=29.95%

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
Decimal23521419200.090.180.0830.751.8183.73
HexEBD6C0091281f3454
Octal35332630001122103764124
Binary11101011110101101100000001001100101000111111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6C0; }

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

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

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

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

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

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

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

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