#EFE6CA

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

Shades of Scotch Mist #EFE6CA

Tints of Scotch Mist #EFE6CA

Color information

#EFE6CA (or 0xEFE6CA) is unknown color: approx Scotch Mist. HEX triplet: EF, E6 and CA. RGB value is (239,230,202). Sum of RGB (Red+Green+Blue) = 239+230+202=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6CA is #101935. Grayscale: #E5E5E5. Windows color (decimal): -1055030 or 13297391. OLE color: 13297391.

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

Color convert

RGB239230202-
CMYK00.040.150.06
HSL45.41º53.62%86.47%-
HSV(B)45.41º15.48%93.73%-
XYZ74.5579.2167.24-
YUV229.5112.48134.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 230 (90.23% from 255) = 34.28%
BLUE value IS 202 (79.30% from 255) = 30.10%
R=35.62%
G=34.28%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923020200.040.150.0645.4153.6286.47
HexEFE6CA04F62d3656
Octal357346312041765566126
Binary111011111110011011001010010011111101011011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6CA; }

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

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

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

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

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

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

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

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