Html Css Color HEX #EFE1D6 Spring Wood

📋 copy color: '#EFE1D6'

red 239 ◦ green 225 ◦ blue 214

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

Shades of Spring Wood #EFE1D6

Tints of Spring Wood #EFE1D6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.19%

 BLUE value IS 214 (83.98% from 255) = 31.56%

R = 35.25%
G = 33.19%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFE1D6 (or 0xEFE1D6) is known color: Spring Wood. HEX triplet: EF, E1 and D6. RGB value is (239,225,214). Sum of RGB (Red+Green+Blue) = 239+225+214=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 214 (83.98% from 255 or 31.56% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1D6 is #101E29. Grayscale: #E3E3E3. Windows color (decimal): -1056298 or 14082543. OLE color: 14082543.

HSL color Cylindrical-coordinate representation of color #EFE1D6: hue angle of 26.4º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE1D6 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 225 214 -
CMYK 0 0.06 0.10 0.06
HSL 26.4º 0.44% 0.89% -
HSV(B) 26.4º 0.1% 0.94% -
XYZ 74.66 77.06 74.56 -
YUV 227.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 239 225 214 0 0.06 0.10 0.06 26.4 0.44 0.89
Hex EF E1 D6 0 6 A 6 1A 2C 59
Octal 357 341 326 0 6 12 6 32 54 131
Binary 11101111 11100001 11010110 0 110 1010 110 11010 101100 1011001

Color Harmonies of #EFE1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1D6

Black with #EFE1D6

Text Example


Text Example

White with #EFE1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1D6; }

 p { color: rgb(239,225,214); }

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

background-color css

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

 a { background-color: rgb(239,225,214); }

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

border-color css

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

 span { border-color: rgb(239,225,214); }

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