#EBE5D5

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

Shades of Cararra #EBE5D5

Tints of Cararra #EBE5D5

Color information

#EBE5D5 (or 0xEBE5D5) is unknown color: approx Cararra. HEX triplet: EB, E5 and D5. RGB value is (235,229,213). Sum of RGB (Red+Green+Blue) = 235+229+213=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 213 (83.59% from 255 or 31.46% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5D5 is #141A2A. Grayscale: #E5E5E5. Windows color (decimal): -1317419 or 14018027. OLE color: 14018027.

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

Color convert

RGB235229213-
CMYK00.030.090.08
HSL43.64º35.48%87.84%-
HSV(B)43.64º9.36%92.16%-
XYZ74.2978.574.19-
YUV228.97118.99132.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 229 (89.84% from 255) = 33.83%
BLUE value IS 213 (83.59% from 255) = 31.46%
R=34.71%
G=33.83%
B=31.46%

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
Decimal23522921300.030.090.0843.6435.4887.84
HexEBE5D503982c2358
Octal3533453250311105443130
Binary111010111110010111010101011100110001011001000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5D5; }

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

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

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

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

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

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

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

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