Html Css Color HEX #EBE1D6 Spring Wood

📋 copy color: '#EBE1D6'

red 235 ◦ green 225 ◦ blue 214

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

Shades of Spring Wood #EBE1D6

Tints of Spring Wood #EBE1D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.75%

R = 34.87%
G = 33.38%
B = 31.75%

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

#EBE1D6 (or 0xEBE1D6) is known color: Spring Wood. HEX triplet: EB, E1 and D6. RGB value is (235,225,214). Sum of RGB (Red+Green+Blue) = 235+225+214=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1D6 is #141E29. Grayscale: #E2E2E2. Windows color (decimal): -1318442 or 14082539. OLE color: 14082539.

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

Color convert

RGB 235 225 214 -
CMYK 0 0.04 0.09 0.08
HSL 31.43º 0.34% 0.88% -
HSV(B) 31.43º 0.09% 0.92% -
XYZ 73.32 76.37 74.49 -
YUV 226.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 235 225 214 0 0.04 0.09 0.08 31.43 0.34 0.88
Hex EB E1 D6 0 4 9 8 1F 22 58
Octal 353 341 326 0 4 11 10 37 42 130
Binary 11101011 11100001 11010110 0 100 1001 1000 11111 100010 1011000

Color Harmonies of #EBE1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE1D6

Black with #EBE1D6

Text Example


Text Example

White with #EBE1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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