#EBD0A4

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

Shades of Dairy Cream #EBD0A4

Tints of Dairy Cream #EBD0A4

Color information

#EBD0A4 (or 0xEBD0A4) is unknown color: approx Dairy Cream. HEX triplet: EB, D0 and A4. RGB value is (235,208,164). Sum of RGB (Red+Green+Blue) = 235+208+164=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD0A4 is #142F5B. Grayscale: #D3D3D3. Windows color (decimal): -1322844 or 10801387. OLE color: 10801387.

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

Color convert

RGB235208164-
CMYK00.110.300.08
HSL37.18º63.96%78.24%-
HSV(B)37.18º30.21%92.16%-
XYZ63.5265.4544.41-
YUV211.06101.45145.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 208 (81.64% from 255) = 34.27%
BLUE value IS 164 (64.45% from 255) = 27.02%
R=38.71%
G=34.27%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520816400.110.300.0837.1863.9678.24
HexEBD0A40B1E825404e
Octal353320244013361045100116
Binary1110101111010000101001000101111110100010010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0A4; }

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

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

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

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

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

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

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

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