#EBCEA0

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

Shades of Dairy Cream #EBCEA0

Tints of Dairy Cream #EBCEA0

Color information

#EBCEA0 (or 0xEBCEA0) is unknown color: approx Dairy Cream. HEX triplet: EB, CE and A0. RGB value is (235,206,160). Sum of RGB (Red+Green+Blue) = 235+206+160=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCEA0 is #14315F. Grayscale: #D1D1D1. Windows color (decimal): -1323360 or 10538731. OLE color: 10538731.

HSL color Cylindrical-coordinate representation of color #EBCEA0: hue angle of 36.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBCEA0 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235206160-
CMYK00.120.320.08
HSL36.8º65.22%77.45%-
HSV(B)36.8º31.91%92.16%-
XYZ62.6864.3442.37-
YUV209.43100.11146.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 160 (62.89% from 255) = 26.62%
R=39.10%
G=34.28%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520616000.120.320.0836.865.2277.45
HexEBCEA00C20825414d
Octal353316240014401045101115
Binary11101011110011101010000001100100000100010010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEA0; }

 p { color: rgb(235,206,160); }

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

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

 a { background-color: rgb(235,206,160); }

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

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

 span { border-color: rgb(235,206,160); }

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