#EBD2A1

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

Shades of Dairy Cream #EBD2A1

Tints of Dairy Cream #EBD2A1

Color information

#EBD2A1 (or 0xEBD2A1) is unknown color: approx Dairy Cream. HEX triplet: EB, D2 and A1. RGB value is (235,210,161). Sum of RGB (Red+Green+Blue) = 235+210+161=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2A1 is #142D5E. Grayscale: #D4D4D4. Windows color (decimal): -1322335 or 10605291. OLE color: 10605291.

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

Color convert

RGB235210161-
CMYK00.110.310.08
HSL39.73º64.91%77.65%-
HSV(B)39.73º31.49%92.16%-
XYZ63.7466.3343.16-
YUV211.8999.28144.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 210 (82.42% from 255) = 34.65%
BLUE value IS 161 (63.28% from 255) = 26.57%
R=38.78%
G=34.65%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521016100.110.310.0839.7364.9177.65
HexEBD2A10B1F828414e
Octal353322241013371050101116
Binary1110101111010010101000010101111111100010100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2A1; }

 p { color: rgb(235,210,161); }

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

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

 a { background-color: rgb(235,210,161); }

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

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

 span { border-color: rgb(235,210,161); }

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