Html Css Color HEX #EDE1D4 Spring Wood

📋 copy color: '#EDE1D4'

red 237 ◦ green 225 ◦ blue 212

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

Shades of Spring Wood #EDE1D4

Tints of Spring Wood #EDE1D4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.38%

 BLUE value IS 212 (83.2% from 255) = 31.45%

R = 35.16%
G = 33.38%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDE1D4 (or 0xEDE1D4) is known color: Spring Wood. HEX triplet: ED, E1 and D4. RGB value is (237,225,212). Sum of RGB (Red+Green+Blue) = 237+225+212=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 212 (83.20% from 255 or 31.45% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1D4 is #121E2B. Grayscale: #E3E3E3. Windows color (decimal): -1187372 or 13951469. OLE color: 13951469.

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

Color convert

RGB 237 225 212 -
CMYK 0 0.05 0.11 0.07
HSL 31.2º 0.41% 0.88% -
HSV(B) 31.2º 0.11% 0.93% -
XYZ 73.73 76.61 73.19 -
YUV 227.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 237 225 212 0 0.05 0.11 0.07 31.2 0.41 0.88
Hex ED E1 D4 0 5 B 7 1F 29 58
Octal 355 341 324 0 5 13 7 37 51 130
Binary 11101101 11100001 11010100 0 101 1011 111 11111 101001 1011000

Color Harmonies of #EDE1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1D4

Black with #EDE1D4

Text Example


Text Example

White with #EDE1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1D4; }

 p { color: rgb(237,225,212); }

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

background-color css

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

 a { background-color: rgb(237,225,212); }

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

border-color css

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

 span { border-color: rgb(237,225,212); }

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