#EFE4D9

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

Shades of Spring Wood #EFE4D9

Tints of Spring Wood #EFE4D9

Color information

#EFE4D9 (or 0xEFE4D9) is unknown color: approx Spring Wood. HEX triplet: EF, E4 and D9. RGB value is (239,228,217). Sum of RGB (Red+Green+Blue) = 239+228+217=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 217 (85.16% from 255 or 31.73% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4D9 is #101B26. Grayscale: #E6E6E6. Windows color (decimal): -1055527 or 14279919. OLE color: 14279919.

HSL color Cylindrical-coordinate representation of color #EFE4D9: hue angle of 30º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFE4D9 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239228217-
CMYK00.050.090.06
HSL30º40.74%89.41%-
HSV(B)30º9.21%93.73%-
XYZ75.8678.8576.87-
YUV230.03120.64134.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 228 (89.45% from 255) = 33.33%
BLUE value IS 217 (85.16% from 255) = 31.73%
R=34.94%
G=33.33%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922821700.050.090.063040.7489.41
HexEFE4D905961e2959
Octal357344331051163651131
Binary11101111111001001101100101011001110111101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4D9; }

 p { color: rgb(239,228,217); }

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

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

 a { background-color: rgb(239,228,217); }

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

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

 span { border-color: rgb(239,228,217); }

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