#EACDA3

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

Shades of Dairy Cream #EACDA3

Tints of Dairy Cream #EACDA3

Color information

#EACDA3 (or 0xEACDA3) is unknown color: approx Dairy Cream. HEX triplet: EA, CD and A3. RGB value is (234,205,163). Sum of RGB (Red+Green+Blue) = 234+205+163=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 163 (64.06% from 255 or 27.08% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDA3 is #15325C. Grayscale: #D1D1D1. Windows color (decimal): -1389149 or 10735082. OLE color: 10735082.

HSL color Cylindrical-coordinate representation of color #EACDA3: hue angle of 35.49º degrees, saturation: 0.63, 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 #EACDA3 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234205163-
CMYK00.120.300.08
HSL35.49º62.83%77.84%-
HSV(B)35.49º30.34%91.76%-
XYZ62.3763.843.68-
YUV208.88102.11145.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 163 (64.06% from 255) = 27.08%
R=38.87%
G=34.05%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420516300.120.300.0835.4962.8377.84
HexEACDA30C1E8233f4e
Octal35231524301436104377116
Binary111010101100110110100011011001111010001000111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDA3; }

 p { color: rgb(234,205,163); }

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

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

 a { background-color: rgb(234,205,163); }

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

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

 span { border-color: rgb(234,205,163); }

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