#EDE5C1

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

Shades of Scotch Mist #EDE5C1

Tints of Scotch Mist #EDE5C1

Color information

#EDE5C1 (or 0xEDE5C1) is unknown color: approx Scotch Mist. HEX triplet: ED, E5 and C1. RGB value is (237,229,193). Sum of RGB (Red+Green+Blue) = 237+229+193=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 193 (75.78% from 255 or 29.29% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5C1 is #121A3E. Grayscale: #E3E3E3. Windows color (decimal): -1186367 or 12707309. OLE color: 12707309.

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

Color convert

RGB237229193-
CMYK00.030.190.07
HSL49.09º55%84.31%-
HSV(B)49.09º18.57%92.94%-
XYZ72.5777.8961.66-
YUV227.29108.65134.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 229 (89.84% from 255) = 34.75%
BLUE value IS 193 (75.78% from 255) = 29.29%
R=35.96%
G=34.75%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722919300.030.190.0749.095584.31
HexEDE5C103137313754
Octal355345301032376167124
Binary111011011110010111000001011100111111100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5C1; }

 p { color: rgb(237,229,193); }

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

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

 a { background-color: rgb(237,229,193); }

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

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

 span { border-color: rgb(237,229,193); }

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