#EBE4C6

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

Shades of Scotch Mist #EBE4C6

Tints of Scotch Mist #EBE4C6

Color information

#EBE4C6 (or 0xEBE4C6) is unknown color: approx Scotch Mist. HEX triplet: EB, E4 and C6. RGB value is (235,228,198). Sum of RGB (Red+Green+Blue) = 235+228+198=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 198 (77.73% from 255 or 29.95% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4C6 is #141B39. Grayscale: #E2E2E2. Windows color (decimal): -1317690 or 13034731. OLE color: 13034731.

HSL color Cylindrical-coordinate representation of color #EBE4C6: hue angle of 48.65º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBE4C6 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235228198-
CMYK00.030.160.08
HSL48.65º48.05%84.9%-
HSV(B)48.65º15.74%92.16%-
XYZ72.277.2364.53-
YUV226.67111.82133.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 228 (89.45% from 255) = 34.49%
BLUE value IS 198 (77.73% from 255) = 29.95%
R=35.55%
G=34.49%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522819800.030.160.0848.6548.0584.9
HexEBE4C603108313055
Octal3533443060320106160125
Binary1110101111100100110001100111000010001100011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4C6; }

 p { color: rgb(235,228,198); }

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

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

 a { background-color: rgb(235,228,198); }

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

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

 span { border-color: rgb(235,228,198); }

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