Html Css Color HEX #EFDFD1 Spring Wood

📋 copy color: '#EFDFD1'

red 239 ◦ green 223 ◦ blue 209

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

Shades of Spring Wood #EFDFD1

Tints of Spring Wood #EFDFD1

RGB

 RED value IS 239 (93.75% from 255) = 35.62%

 GREEN value IS 223 (87.5% from 255) = 33.23%

 BLUE value IS 209 (82.03% from 255) = 31.15%

R = 35.62%
G = 33.23%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFDFD1 (or 0xEFDFD1) is known color: Spring Wood. HEX triplet: EF, DF and D1. RGB value is (239,223,209). Sum of RGB (Red+Green+Blue) = 239+223+209=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 209 (82.03% from 255 or 31.15% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFD1 is #10202E. Grayscale: #E2E2E2. Windows color (decimal): -1056815 or 13754351. OLE color: 13754351.

HSL color Cylindrical-coordinate representation of color #EFDFD1: hue angle of 28º degrees, saturation: 0.48, 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 #EFDFD1 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 209 -
CMYK 0 0.07 0.13 0.06
HSL 28º 0.48% 0.88% -
HSV(B) 28º 0.13% 0.94% -
XYZ 73.49 75.73 71.07 -
YUV 226.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 239 223 209 0 0.07 0.13 0.06 28 0.48 0.88
Hex EF DF D1 0 7 D 6 1C 30 58
Octal 357 337 321 0 7 15 6 34 60 130
Binary 11101111 11011111 11010001 0 111 1101 110 11100 110000 1011000

Color Harmonies of #EFDFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFD1

Black with #EFDFD1

Text Example


Text Example

White with #EFDFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFD1; }

 p { color: rgb(239,223,209); }

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

background-color css

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

 a { background-color: rgb(239,223,209); }

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

border-color css

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

 span { border-color: rgb(239,223,209); }

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