#EEE7CA

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

Shades of Scotch Mist #EEE7CA

Tints of Scotch Mist #EEE7CA

Color information

#EEE7CA (or 0xEEE7CA) is unknown color: approx Scotch Mist. HEX triplet: EE, E7 and CA. RGB value is (238,231,202). Sum of RGB (Red+Green+Blue) = 238+231+202=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE7CA is #111835. Grayscale: #E5E5E5. Windows color (decimal): -1120310 or 13297646. OLE color: 13297646.

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

Color convert

RGB238231202-
CMYK00.030.150.07
HSL48.33º51.43%86.27%-
HSV(B)48.33º15.13%93.33%-
XYZ74.579.5967.31-
YUV229.79112.32133.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 231 (90.62% from 255) = 34.43%
BLUE value IS 202 (79.30% from 255) = 30.10%
R=35.47%
G=34.43%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823120200.030.150.0748.3351.4386.27
HexEEE7CA03F7303356
Octal356347312031776063126
Binary11101110111001111100101001111111111100001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE7CA; }

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

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

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

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

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

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

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

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