Html Css Color HEX #EBE5D4 Cararra

📋 copy color: '#EBE5D4'

red 235 ◦ green 229 ◦ blue 212

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

Shades of Cararra #EBE5D4

Tints of Cararra #EBE5D4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.88%

 BLUE value IS 212 (83.2% from 255) = 31.36%

R = 34.76%
G = 33.88%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBE5D4 (or 0xEBE5D4) is known color: Cararra. HEX triplet: EB, E5 and D4. RGB value is (235,229,212). Sum of RGB (Red+Green+Blue) = 235+229+212=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 212 (83.20% from 255 or 31.36% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5D4 is #141A2B. Grayscale: #E4E4E4. Windows color (decimal): -1317420 or 13952491. OLE color: 13952491.

HSL color Cylindrical-coordinate representation of color #EBE5D4: hue angle of 44.35º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBE5D4 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 229 212 -
CMYK 0 0.03 0.10 0.08
HSL 44.35º 0.37% 0.88% -
HSV(B) 44.35º 0.1% 0.92% -
XYZ 74.16 78.45 73.52 -
YUV 228.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 235 229 212 0 0.03 0.10 0.08 44.35 0.37 0.88
Hex EB E5 D4 0 3 A 8 2C 25 58
Octal 353 345 324 0 3 12 10 54 45 130
Binary 11101011 11100101 11010100 0 11 1010 1000 101100 100101 1011000

Color Harmonies of #EBE5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5D4

Black with #EBE5D4

Text Example


Text Example

White with #EBE5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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