Html Css Color HEX #EDE2D9 Spring Wood

📋 copy color: '#EDE2D9'

red 237 ◦ green 226 ◦ blue 217

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

Shades of Spring Wood #EDE2D9

Tints of Spring Wood #EDE2D9

RGB

 RED value IS 237 (92.97% from 255) = 34.85%

 GREEN value IS 226 (88.67% from 255) = 33.24%

 BLUE value IS 217 (85.16% from 255) = 31.91%

R = 34.85%
G = 33.24%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDE2D9 (or 0xEDE2D9) is known color: Spring Wood. HEX triplet: ED, E2 and D9. RGB value is (237,226,217). Sum of RGB (Red+Green+Blue) = 237+226+217=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2D9 is #121D26. Grayscale: #E4E4E4. Windows color (decimal): -1187111 or 14279405. OLE color: 14279405.

HSL color Cylindrical-coordinate representation of color #EDE2D9: hue angle of 27º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE2D9 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 226 217 -
CMYK 0 0.05 0.08 0.07
HSL 27º 0.36% 0.89% -
HSV(B) 27º 0.08% 0.93% -
XYZ 74.65 77.41 76.65 -
YUV 228.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 237 226 217 0 0.05 0.08 0.07 27 0.36 0.89
Hex ED E2 D9 0 5 8 7 1B 24 59
Octal 355 342 331 0 5 10 7 33 44 131
Binary 11101101 11100010 11011001 0 101 1000 111 11011 100100 1011001

Color Harmonies of #EDE2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2D9

Black with #EDE2D9

Text Example


Text Example

White with #EDE2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2D9; }

 p { color: rgb(237,226,217); }

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

background-color css

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

 a { background-color: rgb(237,226,217); }

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

border-color css

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

 span { border-color: rgb(237,226,217); }

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