#EACFA4

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

Shades of Dairy Cream #EACFA4

Tints of Dairy Cream #EACFA4

Color information

#EACFA4 (or 0xEACFA4) is unknown color: approx Dairy Cream. HEX triplet: EA, CF and A4. RGB value is (234,207,164). Sum of RGB (Red+Green+Blue) = 234+207+164=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACFA4 is #15305B. Grayscale: #D2D2D2. Windows color (decimal): -1388636 or 10801130. OLE color: 10801130.

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

Color convert

RGB234207164-
CMYK00.120.300.08
HSL36.86º62.5%78.04%-
HSV(B)36.86º29.91%91.76%-
XYZ62.9564.844.31-
YUV210.17101.95145-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 164 (64.45% from 255) = 27.11%
R=38.68%
G=34.21%
B=27.11%

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
Decimal23420716400.120.300.0836.8662.578.04
HexEACFA40C1E8253e4e
Octal35231724401436104576116
Binary111010101100111110100100011001111010001001011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFA4; }

 p { color: rgb(234,207,164); }

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

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

 a { background-color: rgb(234,207,164); }

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

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

 span { border-color: rgb(234,207,164); }

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