#EAE5D6

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

Shades of Cararra #EAE5D6

Tints of Cararra #EAE5D6

Color information

#EAE5D6 (or 0xEAE5D6) is unknown color: approx Cararra. HEX triplet: EA, E5 and D6. RGB value is (234,229,214). Sum of RGB (Red+Green+Blue) = 234+229+214=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 214 (83.98% from 255 or 31.61% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5D6 is #151A29. Grayscale: #E4E4E4. Windows color (decimal): -1382954 or 14083562. OLE color: 14083562.

HSL color Cylindrical-coordinate representation of color #EAE5D6: hue angle of 45º 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 #EAE5D6 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234229214-
CMYK00.020.090.08
HSL45º32.26%87.84%-
HSV(B)45º8.55%91.76%-
XYZ74.0978.3974.84-
YUV228.79119.66131.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 229 (89.84% from 255) = 33.83%
BLUE value IS 214 (83.98% from 255) = 31.61%
R=34.56%
G=33.83%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422921400.020.090.084532.2687.84
HexEAE5D602982d2058
Octal3523453260211105540130
Binary111010101110010111010110010100110001011011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5D6; }

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

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

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

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

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

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

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

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