Html Css Color HEX #ECE0D5 Spring Wood

📋 copy color: '#ECE0D5'

red 236 ◦ green 224 ◦ blue 213

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

Shades of Spring Wood #ECE0D5

Tints of Spring Wood #ECE0D5

RGB

 RED value IS 236 (92.58% from 255) = 35.07%

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

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

R = 35.07%
G = 33.28%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECE0D5 (or 0xECE0D5) is known color: Spring Wood. HEX triplet: EC, E0 and D5. RGB value is (236,224,213). Sum of RGB (Red+Green+Blue) = 236+224+213=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0D5 is #131F2A. Grayscale: #E2E2E2. Windows color (decimal): -1253163 or 14016748. OLE color: 14016748.

HSL color Cylindrical-coordinate representation of color #ECE0D5: hue angle of 28.7º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECE0D5 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 224 213 -
CMYK 0 0.05 0.10 0.07
HSL 28.7º 0.38% 0.88% -
HSV(B) 28.7º 0.1% 0.93% -
XYZ 73.26 75.95 73.75 -
YUV 226.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 236 224 213 0 0.05 0.10 0.07 28.7 0.38 0.88
Hex EC E0 D5 0 5 A 7 1D 26 58
Octal 354 340 325 0 5 12 7 35 46 130
Binary 11101100 11100000 11010101 0 101 1010 111 11101 100110 1011000

Color Harmonies of #ECE0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE0D5

Black with #ECE0D5

Text Example


Text Example

White with #ECE0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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