Html Css Color HEX #EBE1D9 Spring Wood

📋 copy color: '#EBE1D9'

red 235 ◦ green 225 ◦ blue 217

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

Shades of Spring Wood #EBE1D9

Tints of Spring Wood #EBE1D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.05%

R = 34.71%
G = 33.23%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBE1D9 (or 0xEBE1D9) is known color: Spring Wood. HEX triplet: EB, E1 and D9. RGB value is (235,225,217). Sum of RGB (Red+Green+Blue) = 235+225+217=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1D9 is #141E26. Grayscale: #E3E3E3. Windows color (decimal): -1318439 or 14279147. OLE color: 14279147.

HSL color Cylindrical-coordinate representation of color #EBE1D9: hue angle of 26.67º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBE1D9 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 225 217 -
CMYK 0 0.04 0.08 0.08
HSL 26.67º 0.31% 0.89% -
HSV(B) 26.67º 0.08% 0.92% -
XYZ 73.71 76.52 76.53 -
YUV 227.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 235 225 217 0 0.04 0.08 0.08 26.67 0.31 0.89
Hex EB E1 D9 0 4 8 8 1B 1F 59
Octal 353 341 331 0 4 10 10 33 37 131
Binary 11101011 11100001 11011001 0 100 1000 1000 11011 11111 1011001

Color Harmonies of #EBE1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE1D9

Black with #EBE1D9

Text Example


Text Example

White with #EBE1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE1D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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