Html Css Color HEX #EBE1D7 Spring Wood

📋 copy color: '#EBE1D7'

red 235 ◦ green 225 ◦ blue 215

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

Shades of Spring Wood #EBE1D7

Tints of Spring Wood #EBE1D7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.33%

 BLUE value IS 215 (84.38% from 255) = 31.85%

R = 34.81%
G = 33.33%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBE1D7 (or 0xEBE1D7) is known color: Spring Wood. HEX triplet: EB, E1 and D7. RGB value is (235,225,215). Sum of RGB (Red+Green+Blue) = 235+225+215=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1D7 is #141E28. Grayscale: #E2E2E2. Windows color (decimal): -1318441 or 14148075. OLE color: 14148075.

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

Color convert

RGB 235 225 215 -
CMYK 0 0.04 0.09 0.08
HSL 30º 0.33% 0.88% -
HSV(B) 30º 0.09% 0.92% -
XYZ 73.45 76.42 75.17 -
YUV 226.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 235 225 215 0 0.04 0.09 0.08 30 0.33 0.88
Hex EB E1 D7 0 4 9 8 1E 21 58
Octal 353 341 327 0 4 11 10 36 41 130
Binary 11101011 11100001 11010111 0 100 1001 1000 11110 100001 1011000

Color Harmonies of #EBE1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE1D7

Black with #EBE1D7

Text Example


Text Example

White with #EBE1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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