Html Css Color HEX #EBE0D5 Spring Wood

📋 copy color: '#EBE0D5'

red 235 ◦ green 224 ◦ blue 213

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

Shades of Spring Wood #EBE0D5

Tints of Spring Wood #EBE0D5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.33%

 BLUE value IS 213 (83.59% from 255) = 31.7%

R = 34.97%
G = 33.33%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBE0D5 (or 0xEBE0D5) is known color: Spring Wood. HEX triplet: EB, E0 and D5. RGB value is (235,224,213). Sum of RGB (Red+Green+Blue) = 235+224+213=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0D5 is #141F2A. Grayscale: #E2E2E2. Windows color (decimal): -1318699 or 14016747. OLE color: 14016747.

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

Color convert

RGB 235 224 213 -
CMYK 0 0.05 0.09 0.08
HSL 30º 0.35% 0.88% -
HSV(B) 30º 0.09% 0.92% -
XYZ 72.93 75.78 73.73 -
YUV 226.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 235 224 213 0 0.05 0.09 0.08 30 0.35 0.88
Hex EB E0 D5 0 5 9 8 1E 23 58
Octal 353 340 325 0 5 11 10 36 43 130
Binary 11101011 11100000 11010101 0 101 1001 1000 11110 100011 1011000

Color Harmonies of #EBE0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE0D5

Black with #EBE0D5

Text Example


Text Example

White with #EBE0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE0D5; }

 p { color: rgb(235,224,213); }

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

background-color css

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

 a { background-color: rgb(235,224,213); }

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

border-color css

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

 span { border-color: rgb(235,224,213); }

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