Html Css Color HEX #EBE3DC Spring Wood

📋 copy color: '#EBE3DC'

red 235 ◦ green 227 ◦ blue 220

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

Shades of Spring Wood #EBE3DC

Tints of Spring Wood #EBE3DC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.28%

 BLUE value IS 220 (86.33% from 255) = 32.26%

R = 34.46%
G = 33.28%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBE3DC (or 0xEBE3DC) is known color: Spring Wood. HEX triplet: EB, E3 and DC. RGB value is (235,227,220). Sum of RGB (Red+Green+Blue) = 235+227+220=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3DC is #141C23. Grayscale: #E4E4E4. Windows color (decimal): -1317924 or 14476267. OLE color: 14476267.

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

Color convert

RGB 235 227 220 -
CMYK 0 0.03 0.06 0.08
HSL 28º 0.27% 0.89% -
HSV(B) 28º 0.06% 0.92% -
XYZ 74.65 77.77 78.79 -
YUV 228.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 235 227 220 0 0.03 0.06 0.08 28 0.27 0.89
Hex EB E3 DC 0 3 6 8 1C 1B 59
Octal 353 343 334 0 3 6 10 34 33 131
Binary 11101011 11100011 11011100 0 11 110 1000 11100 11011 1011001

Color Harmonies of #EBE3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE3DC

Black with #EBE3DC

Text Example


Text Example

White with #EBE3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE3DC; }

 p { color: rgb(235,227,220); }

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

background-color css

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

 a { background-color: rgb(235,227,220); }

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

border-color css

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

 span { border-color: rgb(235,227,220); }

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