Html Css Color HEX #EBE3C3 Scotch Mist

📋 copy color: '#EBE3C3'

red 235 ◦ green 227 ◦ blue 195

#EBE3C3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scotch Mist #EBE3C3

Tints of Scotch Mist #EBE3C3

RGB

 RED value IS 235 (92.19% from 255) = 35.77%

 GREEN value IS 227 (89.06% from 255) = 34.55%

 BLUE value IS 195 (76.56% from 255) = 29.68%

R = 35.77%
G = 34.55%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBE3C3 (or 0xEBE3C3) is known color: Scotch Mist. HEX triplet: EB, E3 and C3. RGB value is (235,227,195). Sum of RGB (Red+Green+Blue) = 235+227+195=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 195 (76.56% from 255 or 29.68% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3C3 is #141C3C. Grayscale: #E1E1E1. Windows color (decimal): -1317949 or 12837867. OLE color: 12837867.

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

Color convert

RGB 235 227 195 -
CMYK 0 0.03 0.17 0.08
HSL 48º 0.5% 0.84% -
HSV(B) 48º 0.17% 0.92% -
XYZ 71.58 76.54 62.63 -
YUV 225.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 235 227 195 0 0.03 0.17 0.08 48 0.5 0.84
Hex EB E3 C3 0 3 11 8 30 32 54
Octal 353 343 303 0 3 21 10 60 62 124
Binary 11101011 11100011 11000011 0 11 10001 1000 110000 110010 1010100

Color Harmonies of #EBE3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE3C3

Black with #EBE3C3

Text Example


Text Example

White with #EBE3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE3C3; }

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

 H1.HeaderClassName
 {
   color: #EBE3C3;
 }
 .AnyTagClassName
 {
   color: #EBE3C3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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