#EEE6CA

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

Shades of Scotch Mist #EEE6CA

Tints of Scotch Mist #EEE6CA

Color information

#EEE6CA (or 0xEEE6CA) is unknown color: approx Scotch Mist. HEX triplet: EE, E6 and CA. RGB value is (238,230,202). Sum of RGB (Red+Green+Blue) = 238+230+202=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE6CA is #111935. Grayscale: #E5E5E5. Windows color (decimal): -1120566 or 13297390. OLE color: 13297390.

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

Color convert

RGB238230202-
CMYK00.030.150.07
HSL46.67º51.43%86.27%-
HSV(B)46.67º15.13%93.33%-
XYZ74.2279.0467.22-
YUV229.2112.65134.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 230 (90.23% from 255) = 34.33%
BLUE value IS 202 (79.30% from 255) = 30.15%
R=35.52%
G=34.33%
B=30.15%

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
Decimal23823020200.030.150.0746.6751.4386.27
HexEEE6CA03F72f3356
Octal356346312031775763126
Binary11101110111001101100101001111111111011111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE6CA; }

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

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

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

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

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

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

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

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