#EBD0A0

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

Shades of Dairy Cream #EBD0A0

Tints of Dairy Cream #EBD0A0

Color information

#EBD0A0 (or 0xEBD0A0) is unknown color: approx Dairy Cream. HEX triplet: EB, D0 and A0. RGB value is (235,208,160). Sum of RGB (Red+Green+Blue) = 235+208+160=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD0A0 is #142F5F. Grayscale: #D2D2D2. Windows color (decimal): -1322848 or 10539243. OLE color: 10539243.

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

Color convert

RGB235208160-
CMYK00.110.320.08
HSL38.4º65.22%77.45%-
HSV(B)38.4º31.91%92.16%-
XYZ63.1665.3142.54-
YUV210.699.45145.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 160 (62.89% from 255) = 26.53%
R=38.97%
G=34.49%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520816000.110.320.0838.465.2277.45
HexEBD0A00B20826414d
Octal353320240013401046101115
Binary11101011110100001010000001011100000100010011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0A0; }

 p { color: rgb(235,208,160); }

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

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

 a { background-color: rgb(235,208,160); }

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

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

 span { border-color: rgb(235,208,160); }

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