#EFE8CE

Color #EFE8CE Scotch Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scotch Mist #EFE8CE

Tints of Scotch Mist #EFE8CE

Color information

#EFE8CE (or 0xEFE8CE) is unknown color: approx Scotch Mist. HEX triplet: EF, E8 and CE. RGB value is (239,232,206). Sum of RGB (Red+Green+Blue) = 239+232+206=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8CE is #101731. Grayscale: #E7E7E7. Windows color (decimal): -1054514 or 13560047. OLE color: 13560047.

HSL color Cylindrical-coordinate representation of color #EFE8CE: hue angle of 47.27º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFE8CE is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239232206-
CMYK00.030.140.06
HSL47.27º50.77%87.25%-
HSV(B)47.27º13.81%93.73%-
XYZ75.5980.5269.95-
YUV231.13113.82133.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 232 (91.02% from 255) = 34.27%
BLUE value IS 206 (80.86% from 255) = 30.43%
R=35.30%
G=34.27%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923220600.030.140.0647.2750.7787.25
HexEFE8CE03E62f3357
Octal357350316031665763127
Binary11101111111010001100111001111101101011111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8CE; }

 p { color: rgb(239,232,206); }

 H1.HeaderClassName
 {
   color: #EFE8CE;
 }
 .AnyTagClassName
 {
   color: #EFE8CE;
 }
</style>
background-color css

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

 a { background-color: rgb(239,232,206); }

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

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

 span { border-color: rgb(239,232,206); }

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