#EFE8CD

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

Shades of Scotch Mist #EFE8CD

Tints of Scotch Mist #EFE8CD

Color information

#EFE8CD (or 0xEFE8CD) is unknown color: approx Scotch Mist. HEX triplet: EF, E8 and CD. RGB value is (239,232,205). Sum of RGB (Red+Green+Blue) = 239+232+205=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 232 (91.02% from 255 or 34.32% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8CD is #101732. Grayscale: #E7E7E7. Windows color (decimal): -1054515 or 13494511. OLE color: 13494511.

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

Color convert

RGB239232205-
CMYK00.030.140.06
HSL47.65º51.52%87.06%-
HSV(B)47.65º14.23%93.73%-
XYZ75.4780.4769.31-
YUV231.02113.32133.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 232 (91.02% from 255) = 34.32%
BLUE value IS 205 (80.47% from 255) = 30.33%
R=35.36%
G=34.32%
B=30.33%

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
Decimal23923220500.030.140.0647.6551.5287.06
HexEFE8CD03E6303457
Octal357350315031666064127
Binary11101111111010001100110101111101101100001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8CD; }

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

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

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

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

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

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

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

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