#EBD1A9

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

Shades of Dairy Cream #EBD1A9

Tints of Dairy Cream #EBD1A9

Color information

#EBD1A9 (or 0xEBD1A9) is unknown color: approx Dairy Cream. HEX triplet: EB, D1 and A9. RGB value is (235,209,169). Sum of RGB (Red+Green+Blue) = 235+209+169=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD1A9 is #142E56. Grayscale: #D4D4D4. Windows color (decimal): -1322583 or 11129323. OLE color: 11129323.

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

Color convert

RGB235209169-
CMYK00.110.280.08
HSL36.36º62.26%79.22%-
HSV(B)36.36º28.09%92.16%-
XYZ64.2266.1346.92-
YUV212.21103.61144.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 209 (82.03% from 255) = 34.09%
BLUE value IS 169 (66.41% from 255) = 27.57%
R=38.34%
G=34.09%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520916900.110.280.0836.3662.2679.22
HexEBD1A90B1C8243e4f
Octal35332125101334104476117
Binary111010111101000110101001010111110010001001001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1A9; }

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

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

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

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

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

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

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

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