#EFE9CD

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

Shades of Scotch Mist #EFE9CD

Tints of Scotch Mist #EFE9CD

Color information

#EFE9CD (or 0xEFE9CD) is unknown color: approx Scotch Mist. HEX triplet: EF, E9 and CD. RGB value is (239,233,205). Sum of RGB (Red+Green+Blue) = 239+233+205=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 233 (91.41% from 255 or 34.42% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9CD is #101632. Grayscale: #E7E7E7. Windows color (decimal): -1054259 or 13494767. OLE color: 13494767.

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

Color convert

RGB239233205-
CMYK00.030.140.06
HSL49.41º51.52%87.06%-
HSV(B)49.41º14.23%93.73%-
XYZ75.7581.0469.41-
YUV231.6112.99133.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 233 (91.41% from 255) = 34.42%
BLUE value IS 205 (80.47% from 255) = 30.28%
R=35.30%
G=34.42%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923320500.030.140.0649.4151.5287.06
HexEFE9CD03E6313457
Octal357351315031666164127
Binary11101111111010011100110101111101101100011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9CD; }

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

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

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

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

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

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

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

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