Html Css Color HEX #EFDFCF Spring Wood

📋 copy color: '#EFDFCF'

red 239 ◦ green 223 ◦ blue 207

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

Shades of Spring Wood #EFDFCF

Tints of Spring Wood #EFDFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 30.94%

R = 35.72%
G = 33.33%
B = 30.94%

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

#EFDFCF (or 0xEFDFCF) is known color: Spring Wood. HEX triplet: EF, DF and CF. RGB value is (239,223,207). Sum of RGB (Red+Green+Blue) = 239+223+207=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFCF is #102030. Grayscale: #E2E2E2. Windows color (decimal): -1056817 or 13623279. OLE color: 13623279.

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

Color convert

RGB 239 223 207 -
CMYK 0 0.07 0.13 0.06
HSL 30º 0.5% 0.87% -
HSV(B) 30º 0.13% 0.94% -
XYZ 73.25 75.63 69.77 -
YUV 225.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 239 223 207 0 0.07 0.13 0.06 30 0.5 0.87
Hex EF DF CF 0 7 D 6 1E 32 57
Octal 357 337 317 0 7 15 6 36 62 127
Binary 11101111 11011111 11001111 0 111 1101 110 11110 110010 1010111

Color Harmonies of #EFDFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFCF

Black with #EFDFCF

Text Example


Text Example

White with #EFDFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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