#EBD7C0

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

Shades of Almond #EBD7C0

Tints of Almond #EBD7C0

Color information

#EBD7C0 (or 0xEBD7C0) is unknown color: approx Almond. HEX triplet: EB, D7 and C0. RGB value is (235,215,192). Sum of RGB (Red+Green+Blue) = 235+215+192=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 192 (75.39% from 255 or 29.91% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7C0 is #14283F. Grayscale: #DADADA. Windows color (decimal): -1321024 or 12638187. OLE color: 12638187.

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

Color convert

RGB235215192-
CMYK00.090.180.08
HSL32.09º51.81%83.73%-
HSV(B)32.09º18.3%92.16%-
XYZ68.0870.0759.81-
YUV218.36113.13139.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 192 (75.39% from 255) = 29.91%
R=36.60%
G=33.49%
B=29.91%

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
Decimal23521519200.090.180.0832.0951.8183.73
HexEBD7C009128203454
Octal35332730001122104064124
Binary111010111101011111000000010011001010001000001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7C0; }

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

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

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

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

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

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

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

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