Html Css Color HEX #EFDED0 Spring Wood

📋 copy color: '#EFDED0'

red 239 ◦ green 222 ◦ blue 208

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

Shades of Spring Wood #EFDED0

Tints of Spring Wood #EFDED0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.18%

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

R = 35.72%
G = 33.18%
B = 31.09%

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

#EFDED0 (or 0xEFDED0) is known color: Spring Wood. HEX triplet: EF, DE and D0. RGB value is (239,222,208). Sum of RGB (Red+Green+Blue) = 239+222+208=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDED0 is #10212F. Grayscale: #E1E1E1. Windows color (decimal): -1057072 or 13688559. OLE color: 13688559.

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

Color convert

RGB 239 222 208 -
CMYK 0 0.07 0.13 0.06
HSL 27.1º 0.49% 0.88% -
HSV(B) 27.1º 0.13% 0.94% -
XYZ 73.1 75.15 70.33 -
YUV 225.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 239 222 208 0 0.07 0.13 0.06 27.1 0.49 0.88
Hex EF DE D0 0 7 D 6 1B 31 58
Octal 357 336 320 0 7 15 6 33 61 130
Binary 11101111 11011110 11010000 0 111 1101 110 11011 110001 1011000

Color Harmonies of #EFDED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDED0

Black with #EFDED0

Text Example


Text Example

White with #EFDED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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