#EBE4D5

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

Shades of Cararra #EBE4D5

Tints of Cararra #EBE4D5

Color information

#EBE4D5 (or 0xEBE4D5) is unknown color: approx Cararra. HEX triplet: EB, E4 and D5. RGB value is (235,228,213). Sum of RGB (Red+Green+Blue) = 235+228+213=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 213 (83.59% from 255 or 31.51% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4D5 is #141B2A. Grayscale: #E4E4E4. Windows color (decimal): -1317675 or 14017771. OLE color: 14017771.

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

Color convert

RGB235228213-
CMYK00.030.090.08
HSL40.91º35.48%87.84%-
HSV(B)40.91º9.36%92.16%-
XYZ74.0177.9574.1-
YUV228.38119.32132.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.76%
GREEN value IS 228 (89.45% from 255) = 33.73%
BLUE value IS 213 (83.59% from 255) = 31.51%
R=34.76%
G=33.73%
B=31.51%

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
Decimal23522821300.030.090.0840.9135.4887.84
HexEBE4D50398292358
Octal3533443250311105143130
Binary111010111110010011010101011100110001010011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4D5; }

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

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

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

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

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

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

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

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