#EBE3C1

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

Shades of Scotch Mist #EBE3C1

Tints of Scotch Mist #EBE3C1

Color information

#EBE3C1 (or 0xEBE3C1) is unknown color: approx Scotch Mist. HEX triplet: EB, E3 and C1. RGB value is (235,227,193). Sum of RGB (Red+Green+Blue) = 235+227+193=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3C1 is #141C3E. Grayscale: #E1E1E1. Windows color (decimal): -1317951 or 12706795. OLE color: 12706795.

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

Color convert

RGB235227193-
CMYK00.030.180.08
HSL48.57º51.22%83.92%-
HSV(B)48.57º17.87%92.16%-
XYZ71.3676.4561.45-
YUV225.52109.65134.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 227 (89.06% from 255) = 34.66%
BLUE value IS 193 (75.78% from 255) = 29.47%
R=35.88%
G=34.66%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522719300.030.180.0848.5751.2283.92
HexEBE3C103128313354
Octal3533433010322106163124
Binary1110101111100011110000010111001010001100011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3C1; }

 p { color: rgb(235,227,193); }

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

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

 a { background-color: rgb(235,227,193); }

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

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

 span { border-color: rgb(235,227,193); }

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