#EFE0D0

Color #EFE0D0 Spring Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Wood #EFE0D0

Tints of Spring Wood #EFE0D0

Color information

#EFE0D0 (or 0xEFE0D0) is unknown color: approx Spring Wood. HEX triplet: EF, E0 and D0. RGB value is (239,224,208). Sum of RGB (Red+Green+Blue) = 239+224+208=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0D0 is #101F2F. Grayscale: #E2E2E2. Windows color (decimal): -1056560 or 13689071. OLE color: 13689071.

HSL color Cylindrical-coordinate representation of color #EFE0D0: hue angle of 30.97º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFE0D0 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239224208-
CMYK00.060.130.06
HSL30.97º49.21%87.65%-
HSV(B)30.97º12.97%93.73%-
XYZ73.6476.2270.5-
YUV226.66117.47136.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 224 (87.89% from 255) = 33.38%
BLUE value IS 208 (81.64% from 255) = 31.00%
R=35.62%
G=33.38%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922420800.060.130.0630.9749.2187.65
HexEFE0D006D61f3158
Octal357340320061563761130
Binary11101111111000001101000001101101110111111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0D0; }

 p { color: rgb(239,224,208); }

 H1.HeaderClassName
 {
   color: #EFE0D0;
 }
 .AnyTagClassName
 {
   color: #EFE0D0;
 }
</style>
background-color css

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

 a { background-color: rgb(239,224,208); }

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

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

 span { border-color: rgb(239,224,208); }

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