Html Css Color HEX #EFDFD0 Spring Wood

📋 copy color: '#EFDFD0'

red 239 ◦ green 223 ◦ blue 208

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

Shades of Spring Wood #EFDFD0

Tints of Spring Wood #EFDFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.04%

R = 35.67%
G = 33.28%
B = 31.04%

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

#EFDFD0 (or 0xEFDFD0) is known color: Spring Wood. HEX triplet: EF, DF and D0. RGB value is (239,223,208). Sum of RGB (Red+Green+Blue) = 239+223+208=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 208 (81.64% from 255 or 31.04% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFD0 is #10202F. Grayscale: #E2E2E2. Windows color (decimal): -1056816 or 13688815. OLE color: 13688815.

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

Color convert

RGB 239 223 208 -
CMYK 0 0.07 0.13 0.06
HSL 29.03º 0.49% 0.88% -
HSV(B) 29.03º 0.13% 0.94% -
XYZ 73.37 75.68 70.42 -
YUV 226.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 239 223 208 0 0.07 0.13 0.06 29.03 0.49 0.88
Hex EF DF D0 0 7 D 6 1D 31 58
Octal 357 337 320 0 7 15 6 35 61 130
Binary 11101111 11011111 11010000 0 111 1101 110 11101 110001 1011000

Color Harmonies of #EFDFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFD0

Black with #EFDFD0

Text Example


Text Example

White with #EFDFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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