#EBD1A5

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

Shades of Dairy Cream #EBD1A5

Tints of Dairy Cream #EBD1A5

Color information

#EBD1A5 (or 0xEBD1A5) is unknown color: approx Dairy Cream. HEX triplet: EB, D1 and A5. RGB value is (235,209,165). Sum of RGB (Red+Green+Blue) = 235+209+165=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 165 (64.84% from 255 or 27.09% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD1A5 is #142E5A. Grayscale: #D3D3D3. Windows color (decimal): -1322587 or 10867179. OLE color: 10867179.

HSL color Cylindrical-coordinate representation of color #EBD1A5: hue angle of 37.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBD1A5 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235209165-
CMYK00.110.300.08
HSL37.71º63.64%78.43%-
HSV(B)37.71º29.79%92.16%-
XYZ63.8565.9844.97-
YUV211.76101.61144.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 209 (82.03% from 255) = 34.32%
BLUE value IS 165 (64.84% from 255) = 27.09%
R=38.59%
G=34.32%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520916500.110.300.0837.7163.6478.43
HexEBD1A50B1E826404e
Octal353321245013361046100116
Binary1110101111010001101001010101111110100010011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1A5; }

 p { color: rgb(235,209,165); }

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

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

 a { background-color: rgb(235,209,165); }

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

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

 span { border-color: rgb(235,209,165); }

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