Html Css Color HEX #EBE7D5 Cararra

📋 copy color: '#EBE7D5'

red 235 ◦ green 231 ◦ blue 213

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

Shades of Cararra #EBE7D5

Tints of Cararra #EBE7D5

RGB

 RED value IS 235 (92.19% from 255) = 34.61%

 GREEN value IS 231 (90.63% from 255) = 34.02%

 BLUE value IS 213 (83.59% from 255) = 31.37%

R = 34.61%
G = 34.02%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBE7D5 (or 0xEBE7D5) is known color: Cararra. HEX triplet: EB, E7 and D5. RGB value is (235,231,213). Sum of RGB (Red+Green+Blue) = 235+231+213=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 231 (90.62% from 255 or 34.02% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7D5 is #14182A. Grayscale: #E6E6E6. Windows color (decimal): -1316907 or 14018539. OLE color: 14018539.

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

Color convert

RGB 235 231 213 -
CMYK 0 0.02 0.09 0.08
HSL 49.09º 0.35% 0.88% -
HSV(B) 49.09º 0.09% 0.92% -
XYZ 74.85 79.62 74.37 -
YUV 230.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 235 231 213 0 0.02 0.09 0.08 49.09 0.35 0.88
Hex EB E7 D5 0 2 9 8 31 23 58
Octal 353 347 325 0 2 11 10 61 43 130
Binary 11101011 11100111 11010101 0 10 1001 1000 110001 100011 1011000

Color Harmonies of #EBE7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE7D5

Black with #EBE7D5

Text Example


Text Example

White with #EBE7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE7D5; }

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

 H1.HeaderClassName
 {
   color: #EBE7D5;
 }
 .AnyTagClassName
 {
   color: #EBE7D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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