#EFE8CC

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

Shades of Scotch Mist #EFE8CC

Tints of Scotch Mist #EFE8CC

Color information

#EFE8CC (or 0xEFE8CC) is unknown color: approx Scotch Mist. HEX triplet: EF, E8 and CC. RGB value is (239,232,204). Sum of RGB (Red+Green+Blue) = 239+232+204=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8CC is #101733. Grayscale: #E7E7E7. Windows color (decimal): -1054516 or 13428975. OLE color: 13428975.

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

Color convert

RGB239232204-
CMYK00.030.150.06
HSL48º52.24%86.86%-
HSV(B)48º14.64%93.73%-
XYZ75.3580.4268.68-
YUV230.9112.82133.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 232 (91.02% from 255) = 34.37%
BLUE value IS 204 (80.08% from 255) = 30.22%
R=35.41%
G=34.37%
B=30.22%

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
Decimal23923220400.030.150.064852.2486.86
HexEFE8CC03F6303457
Octal357350314031766064127
Binary11101111111010001100110001111111101100001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8CC; }

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

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

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

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

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

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

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

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