#EBD1A6

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

Shades of Dairy Cream #EBD1A6

Tints of Dairy Cream #EBD1A6

Color information

#EBD1A6 (or 0xEBD1A6) is unknown color: approx Dairy Cream. HEX triplet: EB, D1 and A6. RGB value is (235,209,166). Sum of RGB (Red+Green+Blue) = 235+209+166=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 166 (65.23% from 255 or 27.21% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD1A6 is #142E59. Grayscale: #D4D4D4. Windows color (decimal): -1322586 or 10932715. OLE color: 10932715.

HSL color Cylindrical-coordinate representation of color #EBD1A6: hue angle of 37.39º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBD1A6 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235209166-
CMYK00.110.290.08
HSL37.39º63.3%78.63%-
HSV(B)37.39º29.36%92.16%-
XYZ63.9466.0245.45-
YUV211.87102.11144.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 209 (82.03% from 255) = 34.26%
BLUE value IS 166 (65.23% from 255) = 27.21%
R=38.52%
G=34.26%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520916600.110.290.0837.3963.378.63
HexEBD1A60B1D8253f4f
Octal35332124601335104577117
Binary111010111101000110100110010111110110001001011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1A6; }

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

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

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

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

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

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

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

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