Html Css Color HEX #EBE5D7 Cararra

📋 copy color: '#EBE5D7'

red 235 ◦ green 229 ◦ blue 215

#EBE5D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cararra #EBE5D7

Tints of Cararra #EBE5D7

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 value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBE5D7 (or 0xEBE5D7) is known color: 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

RGB 235 229 215 -
CMYK 0 0.03 0.09 0.08
HSL 42º 0.33% 0.88% -
HSV(B) 42º 0.09% 0.92% -
XYZ 74.55 78.61 75.53 -
YUV 229.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 235 229 215 0 0.03 0.09 0.08 42 0.33 0.88
Hex EB E5 D7 0 3 9 8 2A 21 58
Octal 353 345 327 0 3 11 10 52 41 130
Binary 11101011 11100101 11010111 0 11 1001 1000 101010 100001 1011000

Color Harmonies of #EBE5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5D7

Black with #EBE5D7

Text Example


Text Example

White with #EBE5D7

Text Example


Text Example

HTML Codes & Css Web 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>