#EACEA1

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

Shades of Dairy Cream #EACEA1

Tints of Dairy Cream #EACEA1

Color information

#EACEA1 (or 0xEACEA1) is unknown color: approx Dairy Cream. HEX triplet: EA, CE and A1. RGB value is (234,206,161). Sum of RGB (Red+Green+Blue) = 234+206+161=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACEA1 is #15315E. Grayscale: #D1D1D1. Windows color (decimal): -1388895 or 10604266. OLE color: 10604266.

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

Color convert

RGB234206161-
CMYK00.120.310.08
HSL36.99º63.48%77.45%-
HSV(B)36.99º31.2%91.76%-
XYZ62.4464.2142.82-
YUV209.24100.78145.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 161 (63.28% from 255) = 26.79%
R=38.94%
G=34.28%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420616100.120.310.0836.9963.4877.45
HexEACEA10C1F8253f4d
Octal35231624101437104577115
Binary111010101100111010100001011001111110001001011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEA1; }

 p { color: rgb(234,206,161); }

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

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

 a { background-color: rgb(234,206,161); }

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

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

 span { border-color: rgb(234,206,161); }

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