#EAE5D7

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

Shades of Cararra #EAE5D7

Tints of Cararra #EAE5D7

Color information

#EAE5D7 (or 0xEAE5D7) is unknown color: approx Cararra. HEX triplet: EA, E5 and D7. RGB value is (234,229,215). Sum of RGB (Red+Green+Blue) = 234+229+215=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 215 (84.38% from 255 or 31.71% from 678); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5D7 is #151A28. Grayscale: #E4E4E4. Windows color (decimal): -1382953 or 14149098. OLE color: 14149098.

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

Color convert

RGB234229215-
CMYK00.020.080.08
HSL44.21º31.15%88.04%-
HSV(B)44.21º8.12%91.76%-
XYZ74.2278.4475.52-
YUV228.9120.16131.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 229 (89.84% from 255) = 33.78%
BLUE value IS 215 (84.38% from 255) = 31.71%
R=34.51%
G=33.78%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422921500.020.080.0844.2131.1588.04
HexEAE5D702882c1f58
Octal3523453270210105437130
Binary11101010111001011101011101010001000101100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5D7; }

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

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

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

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

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

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

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

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