#EAE5D5

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

Shades of Cararra #EAE5D5

Tints of Cararra #EAE5D5

Color information

#EAE5D5 (or 0xEAE5D5) is unknown color: approx Cararra. HEX triplet: EA, E5 and D5. RGB value is (234,229,213). Sum of RGB (Red+Green+Blue) = 234+229+213=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 213 (83.59% from 255 or 31.51% from 676); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5D5 is #151A2A. Grayscale: #E4E4E4. Windows color (decimal): -1382955 or 14018026. OLE color: 14018026.

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

Color convert

RGB234229213-
CMYK00.020.090.08
HSL45.71º33.33%87.65%-
HSV(B)45.71º8.97%91.76%-
XYZ73.9678.3474.17-
YUV228.67119.16131.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.62%
GREEN value IS 229 (89.84% from 255) = 33.88%
BLUE value IS 213 (83.59% from 255) = 31.51%
R=34.62%
G=33.88%
B=31.51%

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
Decimal23422921300.020.090.0845.7133.3387.65
HexEAE5D502982e2158
Octal3523453250211105641130
Binary111010101110010111010101010100110001011101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5D5; }

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

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

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

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

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

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

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

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