Html Css Color HEX #EBE3C2 Scotch Mist

📋 copy color: '#EBE3C2'

red 235 ◦ green 227 ◦ blue 194

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

Shades of Scotch Mist #EBE3C2

Tints of Scotch Mist #EBE3C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.57%

R = 35.82%
G = 34.6%
B = 29.57%

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

#EBE3C2 (or 0xEBE3C2) is known color: Scotch Mist. HEX triplet: EB, E3 and C2. RGB value is (235,227,194). Sum of RGB (Red+Green+Blue) = 235+227+194=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3C2 is #141C3D. Grayscale: #E1E1E1. Windows color (decimal): -1317950 or 12772331. OLE color: 12772331.

HSL color Cylindrical-coordinate representation of color #EBE3C2: hue angle of 48.29º degrees, saturation: 0.51, 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 #EBE3C2 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 227 194 -
CMYK 0 0.03 0.17 0.08
HSL 48.29º 0.51% 0.84% -
HSV(B) 48.29º 0.17% 0.92% -
XYZ 71.47 76.5 62.04 -
YUV 225.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 235 227 194 0 0.03 0.17 0.08 48.29 0.51 0.84
Hex EB E3 C2 0 3 11 8 30 33 54
Octal 353 343 302 0 3 21 10 60 63 124
Binary 11101011 11100011 11000010 0 11 10001 1000 110000 110011 1010100

Color Harmonies of #EBE3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE3C2

Black with #EBE3C2

Text Example


Text Example

White with #EBE3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE3C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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