#EBD2A3

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

Shades of Dairy Cream #EBD2A3

Tints of Dairy Cream #EBD2A3

Color information

#EBD2A3 (or 0xEBD2A3) is unknown color: approx Dairy Cream. HEX triplet: EB, D2 and A3. RGB value is (235,210,163). Sum of RGB (Red+Green+Blue) = 235+210+163=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 163 (64.06% from 255 or 26.81% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2A3 is #142D5C. Grayscale: #D4D4D4. Windows color (decimal): -1322333 or 10736363. OLE color: 10736363.

HSL color Cylindrical-coordinate representation of color #EBD2A3: hue angle of 39.17º degrees, saturation: 0.64, 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 #EBD2A3 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235210163-
CMYK00.110.310.08
HSL39.17º64.29%78.04%-
HSV(B)39.17º30.64%92.16%-
XYZ63.9266.444.1-
YUV212.12100.28144.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 210 (82.42% from 255) = 34.54%
BLUE value IS 163 (64.06% from 255) = 26.81%
R=38.65%
G=34.54%
B=26.81%

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
Decimal23521016300.110.310.0839.1764.2978.04
HexEBD2A30B1F827404e
Octal353322243013371047100116
Binary1110101111010010101000110101111111100010011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2A3; }

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

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

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

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

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

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

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

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