Html Css Color HEX #EFDFD2 Spring Wood

📋 copy color: '#EFDFD2'

red 239 ◦ green 223 ◦ blue 210

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

Shades of Spring Wood #EFDFD2

Tints of Spring Wood #EFDFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.25%

R = 35.57%
G = 33.18%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFDFD2 (or 0xEFDFD2) is known color: Spring Wood. HEX triplet: EF, DF and D2. RGB value is (239,223,210). Sum of RGB (Red+Green+Blue) = 239+223+210=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 210 (82.42% from 255 or 31.25% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFD2 is #10202D. Grayscale: #E2E2E2. Windows color (decimal): -1056814 or 13819887. OLE color: 13819887.

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

Color convert

RGB 239 223 210 -
CMYK 0 0.07 0.12 0.06
HSL 26.9º 0.48% 0.88% -
HSV(B) 26.9º 0.12% 0.94% -
XYZ 73.62 75.78 71.72 -
YUV 226.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 239 223 210 0 0.07 0.12 0.06 26.9 0.48 0.88
Hex EF DF D2 0 7 C 6 1B 30 58
Octal 357 337 322 0 7 14 6 33 60 130
Binary 11101111 11011111 11010010 0 111 1100 110 11011 110000 1011000

Color Harmonies of #EFDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFD2

Black with #EFDFD2

Text Example


Text Example

White with #EFDFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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