#EFE7CA

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

Shades of Scotch Mist #EFE7CA

Tints of Scotch Mist #EFE7CA

Color information

#EFE7CA (or 0xEFE7CA) is unknown color: approx Scotch Mist. HEX triplet: EF, E7 and CA. RGB value is (239,231,202). Sum of RGB (Red+Green+Blue) = 239+231+202=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7CA is #101835. Grayscale: #E6E6E6. Windows color (decimal): -1054774 or 13297647. OLE color: 13297647.

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

Color convert

RGB239231202-
CMYK00.030.150.06
HSL47.03º53.62%86.47%-
HSV(B)47.03º15.48%93.73%-
XYZ74.8379.7767.33-
YUV230.09112.15134.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 231 (90.62% from 255) = 34.38%
BLUE value IS 202 (79.30% from 255) = 30.06%
R=35.57%
G=34.38%
B=30.06%

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
Decimal23923120200.030.150.0647.0353.6286.47
HexEFE7CA03F62f3656
Octal357347312031765766126
Binary11101111111001111100101001111111101011111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7CA; }

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

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

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

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

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

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

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

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