#EFE9CF

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

Shades of Scotch Mist #EFE9CF

Tints of Scotch Mist #EFE9CF

Color information

#EFE9CF (or 0xEFE9CF) is unknown color: approx Scotch Mist. HEX triplet: EF, E9 and CF. RGB value is (239,233,207). Sum of RGB (Red+Green+Blue) = 239+233+207=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9CF is #101630. Grayscale: #E7E7E7. Windows color (decimal): -1054257 or 13625839. OLE color: 13625839.

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

Color convert

RGB239233207-
CMYK00.030.130.06
HSL48.75º50%87.45%-
HSV(B)48.75º13.39%93.73%-
XYZ7681.1370.69-
YUV231.83113.99133.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 233 (91.41% from 255) = 34.32%
BLUE value IS 207 (81.25% from 255) = 30.49%
R=35.20%
G=34.32%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923320700.030.130.0648.755087.45
HexEFE9CF03D6313257
Octal357351317031566162127
Binary11101111111010011100111101111011101100011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9CF; }

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

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

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

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

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

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

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

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