#EBE5D7

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

Shades of Cararra #EBE5D7

Tints of Cararra #EBE5D7

Color information

#EBE5D7 (or 0xEBE5D7) is unknown color: approx Cararra. HEX triplet: EB, E5 and D7. RGB value is (235,229,215). Sum of RGB (Red+Green+Blue) = 235+229+215=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 215 (84.38% from 255 or 31.66% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5D7 is #141A28. Grayscale: #E5E5E5. Windows color (decimal): -1317417 or 14149099. OLE color: 14149099.

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

Color convert

RGB235229215-
CMYK00.030.090.08
HSL42º33.33%88.24%-
HSV(B)42º8.51%92.16%-
XYZ74.5578.6175.53-
YUV229.2119.99132.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.61%
GREEN value IS 229 (89.84% from 255) = 33.73%
BLUE value IS 215 (84.38% from 255) = 31.66%
R=34.61%
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
Decimal23522921500.030.090.084233.3388.24
HexEBE5D703982a2158
Octal3533453270311105241130
Binary111010111110010111010111011100110001010101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5D7; }

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

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

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

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

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

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

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

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