#EAE4DA

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

Shades of Soapstone #EAE4DA

Tints of Soapstone #EAE4DA

Color information

#EAE4DA (or 0xEAE4DA) is unknown color: approx Soapstone. HEX triplet: EA, E4 and DA. RGB value is (234,228,218). Sum of RGB (Red+Green+Blue) = 234+228+218=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 228 (89.45% from 255 or 33.53% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE4DA is #151B25. Grayscale: #E4E4E4. Windows color (decimal): -1383206 or 14345450. OLE color: 14345450.

HSL color Cylindrical-coordinate representation of color #EAE4DA: hue angle of 37.5º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAE4DA is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234228218-
CMYK00.030.070.08
HSL37.5º27.59%88.63%-
HSV(B)37.5º6.84%91.76%-
XYZ74.3378.0477.48-
YUV228.65121.99131.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 228 (89.45% from 255) = 33.53%
BLUE value IS 218 (85.55% from 255) = 32.06%
R=34.41%
G=33.53%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422821800.030.070.0837.527.5988.63
HexEAE4DA0378261c59
Octal352344332037104634131
Binary1110101011100100110110100111111000100110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4DA; }

 p { color: rgb(234,228,218); }

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

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

 a { background-color: rgb(234,228,218); }

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

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

 span { border-color: rgb(234,228,218); }

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