Html Css Color HEX #EEDED0 Spring Wood

📋 copy color: '#EEDED0'

red 238 ◦ green 222 ◦ blue 208

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

Shades of Spring Wood #EEDED0

Tints of Spring Wood #EEDED0

RGB

 RED value IS 238 (93.36% from 255) = 35.63%

 GREEN value IS 222 (87.11% from 255) = 33.23%

 BLUE value IS 208 (81.64% from 255) = 31.14%

R = 35.63%
G = 33.23%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EEDED0 (or 0xEEDED0) is known color: Spring Wood. HEX triplet: EE, DE and D0. RGB value is (238,222,208). Sum of RGB (Red+Green+Blue) = 238+222+208=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 208 (81.64% from 255 or 31.14% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDED0 is #11212F. Grayscale: #E1E1E1. Windows color (decimal): -1122608 or 13688558. OLE color: 13688558.

HSL color Cylindrical-coordinate representation of color #EEDED0: hue angle of 28º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDED0 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 222 208 -
CMYK 0 0.07 0.13 0.07
HSL 28º 0.47% 0.87% -
HSV(B) 28º 0.13% 0.93% -
XYZ 72.77 74.97 70.31 -
YUV 225.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 238 222 208 0 0.07 0.13 0.07 28 0.47 0.87
Hex EE DE D0 0 7 D 7 1C 2F 57
Octal 356 336 320 0 7 15 7 34 57 127
Binary 11101110 11011110 11010000 0 111 1101 111 11100 101111 1010111

Color Harmonies of #EEDED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDED0

Black with #EEDED0

Text Example


Text Example

White with #EEDED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDED0; }

 p { color: rgb(238,222,208); }

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

background-color css

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

 a { background-color: rgb(238,222,208); }

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

border-color css

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

 span { border-color: rgb(238,222,208); }

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