#EEE7C8

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

Shades of Scotch Mist #EEE7C8

Tints of Scotch Mist #EEE7C8

Color information

#EEE7C8 (or 0xEEE7C8) is unknown color: approx Scotch Mist. HEX triplet: EE, E7 and C8. RGB value is (238,231,200). Sum of RGB (Red+Green+Blue) = 238+231+200=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 200 (78.52% from 255 or 29.90% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE7C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE7C8 is #111837. Grayscale: #E5E5E5. Windows color (decimal): -1120312 or 13166574. OLE color: 13166574.

HSL color Cylindrical-coordinate representation of color #EEE7C8: hue angle of 48.95º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEE7C8 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB238231200-
CMYK00.030.160.07
HSL48.95º52.78%85.88%-
HSV(B)48.95º15.97%93.33%-
XYZ74.2679.566.07-
YUV229.56111.32134.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 231 (90.62% from 255) = 34.53%
BLUE value IS 200 (78.52% from 255) = 29.90%
R=35.58%
G=34.53%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823120000.030.160.0748.9552.7885.88
HexEEE7C803107313556
Octal356347310032076165126
Binary111011101110011111001000011100001111100011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE7C8; }

 p { color: rgb(238,231,200); }

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

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

 a { background-color: rgb(238,231,200); }

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

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

 span { border-color: rgb(238,231,200); }

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