#EAE4D6

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

Shades of Cararra #EAE4D6

Tints of Cararra #EAE4D6

Color information

#EAE4D6 (or 0xEAE4D6) is unknown color: approx Cararra. HEX triplet: EA, E4 and D6. RGB value is (234,228,214). Sum of RGB (Red+Green+Blue) = 234+228+214=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 214 (83.98% from 255 or 31.66% from 676); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE4D6 is #151B29. Grayscale: #E4E4E4. Windows color (decimal): -1383210 or 14083306. OLE color: 14083306.

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

Color convert

RGB234228214-
CMYK00.030.090.08
HSL42º32.26%87.84%-
HSV(B)42º8.55%91.76%-
XYZ73.8177.8374.75-
YUV228.2119.99132.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.62%
GREEN value IS 228 (89.45% from 255) = 33.73%
BLUE value IS 214 (83.98% from 255) = 31.66%
R=34.62%
G=33.73%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422821400.030.090.084232.2687.84
HexEAE4D603982a2058
Octal3523443260311105240130
Binary111010101110010011010110011100110001010101000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4D6; }

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

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

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

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

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

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

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

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