#EACFA0

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

Shades of Dairy Cream #EACFA0

Tints of Dairy Cream #EACFA0

Color information

#EACFA0 (or 0xEACFA0) is unknown color: approx Dairy Cream. HEX triplet: EA, CF and A0. RGB value is (234,207,160). Sum of RGB (Red+Green+Blue) = 234+207+160=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACFA0 is #15305F. Grayscale: #D1D1D1. Windows color (decimal): -1388640 or 10538986. OLE color: 10538986.

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

Color convert

RGB234207160-
CMYK00.120.320.08
HSL38.11º63.79%77.25%-
HSV(B)38.11º31.62%91.76%-
XYZ62.5964.6642.44-
YUV209.7199.95145.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 160 (62.89% from 255) = 26.62%
R=38.94%
G=34.44%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420716000.120.320.0838.1163.7977.25
HexEACFA00C20826404d
Octal352317240014401046100115
Binary11101010110011111010000001100100000100010011010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFA0; }

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

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

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

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

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

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

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

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