Html Css Color HEX #EFE4D9 Spring Wood

📋 copy color: '#EFE4D9'

red 239 ◦ green 228 ◦ blue 217

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

Shades of Spring Wood #EFE4D9

Tints of Spring Wood #EFE4D9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.33%

 BLUE value IS 217 (85.16% from 255) = 31.73%

R = 34.94%
G = 33.33%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFE4D9 (or 0xEFE4D9) is known color: Spring Wood. HEX triplet: EF, E4 and D9. RGB value is (239,228,217). Sum of RGB (Red+Green+Blue) = 239+228+217=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 217 (85.16% from 255 or 31.73% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4D9 is #101B26. Grayscale: #E6E6E6. Windows color (decimal): -1055527 or 14279919. OLE color: 14279919.

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

Color convert

RGB 239 228 217 -
CMYK 0 0.05 0.09 0.06
HSL 30º 0.41% 0.89% -
HSV(B) 30º 0.09% 0.94% -
XYZ 75.86 78.85 76.87 -
YUV 230.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 239 228 217 0 0.05 0.09 0.06 30 0.41 0.89
Hex EF E4 D9 0 5 9 6 1E 29 59
Octal 357 344 331 0 5 11 6 36 51 131
Binary 11101111 11100100 11011001 0 101 1001 110 11110 101001 1011001

Color Harmonies of #EFE4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4D9

Black with #EFE4D9

Text Example


Text Example

White with #EFE4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4D9; }

 p { color: rgb(239,228,217); }

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

background-color css

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

 a { background-color: rgb(239,228,217); }

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

border-color css

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

 span { border-color: rgb(239,228,217); }

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