#EFE7CB

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

Shades of Scotch Mist #EFE7CB

Tints of Scotch Mist #EFE7CB

Color information

#EFE7CB (or 0xEFE7CB) is unknown color: approx Scotch Mist. HEX triplet: EF, E7 and CB. RGB value is (239,231,203). Sum of RGB (Red+Green+Blue) = 239+231+203=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7CB is #101834. Grayscale: #E6E6E6. Windows color (decimal): -1054773 or 13363183. OLE color: 13363183.

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

Color convert

RGB239231203-
CMYK00.030.150.06
HSL46.67º52.94%86.67%-
HSV(B)46.67º15.06%93.73%-
XYZ74.9579.8167.96-
YUV230.2112.65134.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 231 (90.62% from 255) = 34.32%
BLUE value IS 203 (79.69% from 255) = 30.16%
R=35.51%
G=34.32%
B=30.16%

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
Decimal23923120300.030.150.0646.6752.9486.67
HexEFE7CB03F62f3557
Octal357347313031765765127
Binary11101111111001111100101101111111101011111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7CB; }

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

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

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

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

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

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

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

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