#EFE7CC

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

Shades of Scotch Mist #EFE7CC

Tints of Scotch Mist #EFE7CC

Color information

#EFE7CC (or 0xEFE7CC) is unknown color: approx Scotch Mist. HEX triplet: EF, E7 and CC. RGB value is (239,231,204). Sum of RGB (Red+Green+Blue) = 239+231+204=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7CC is #101833. Grayscale: #E6E6E6. Windows color (decimal): -1054772 or 13428719. OLE color: 13428719.

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

Color convert

RGB239231204-
CMYK00.030.150.06
HSL46.29º52.24%86.86%-
HSV(B)46.29º14.64%93.73%-
XYZ75.0779.8668.58-
YUV230.31113.15134.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.46%
GREEN value IS 231 (90.62% from 255) = 34.27%
BLUE value IS 204 (80.08% from 255) = 30.27%
R=35.46%
G=34.27%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923120400.030.150.0646.2952.2486.86
HexEFE7CC03F62e3457
Octal357347314031765664127
Binary11101111111001111100110001111111101011101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7CC; }

 p { color: rgb(239,231,204); }

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

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

 a { background-color: rgb(239,231,204); }

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

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

 span { border-color: rgb(239,231,204); }

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