#EFE9CE

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

Shades of Scotch Mist #EFE9CE

Tints of Scotch Mist #EFE9CE

Color information

#EFE9CE (or 0xEFE9CE) is unknown color: approx Scotch Mist. HEX triplet: EF, E9 and CE. RGB value is (239,233,206). Sum of RGB (Red+Green+Blue) = 239+233+206=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 233 (91.41% from 255 or 34.37% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9CE is #101631. Grayscale: #E7E7E7. Windows color (decimal): -1054258 or 13560303. OLE color: 13560303.

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

Color convert

RGB239233206-
CMYK00.030.140.06
HSL49.09º50.77%87.25%-
HSV(B)49.09º13.81%93.73%-
XYZ75.8881.0870.04-
YUV231.72113.49133.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.25%
GREEN value IS 233 (91.41% from 255) = 34.37%
BLUE value IS 206 (80.86% from 255) = 30.38%
R=35.25%
G=34.37%
B=30.38%

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
Decimal23923320600.030.140.0649.0950.7787.25
HexEFE9CE03E6313357
Octal357351316031666163127
Binary11101111111010011100111001111101101100011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9CE; }

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

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

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

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

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

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

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

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