#EFE9CB

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

Shades of Scotch Mist #EFE9CB

Tints of Scotch Mist #EFE9CB

Color information

#EFE9CB (or 0xEFE9CB) is unknown color: approx Scotch Mist. HEX triplet: EF, E9 and CB. RGB value is (239,233,203). Sum of RGB (Red+Green+Blue) = 239+233+203=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9CB is #101634. Grayscale: #E7E7E7. Windows color (decimal): -1054261 or 13363695. OLE color: 13363695.

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

Color convert

RGB239233203-
CMYK00.030.150.06
HSL50º52.94%86.67%-
HSV(B)50º15.06%93.73%-
XYZ75.5280.9468.14-
YUV231.37111.99133.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 233 (91.41% from 255) = 34.52%
BLUE value IS 203 (79.69% from 255) = 30.07%
R=35.41%
G=34.52%
B=30.07%

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
Decimal23923320300.030.150.065052.9486.67
HexEFE9CB03F6323557
Octal357351313031766265127
Binary11101111111010011100101101111111101100101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9CB; }

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

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

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

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

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

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

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

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