COLOR #EB9264

HEX: #EB9264
RGB: (235,146,100)

Color info

#EB9264 contains mainly red color. Web safe color of #EB9264 is #FF9966 (or #F96).

RGB color model

#EB9264 color RGB value is (235,146,100).

  • red value is 235;
  • green value is 146;
  • blue value is 100.
RGB:
(235,146,100)
(92%,57%,39%)

RGB channels and saturation

R 235 of 255 = 92%
G 146 of 255 = 57%
B 100 of 255 = 39%

235
146
100

R + G + B ~ 63%. #EB9264 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 146 + 100 = 481 (100%)
R 235 of 481 ~ 48.86%
G 146 of 481 ~ 30.35%
B 100 of 481 ~ 20.79%

%48.86
%30.35
%20.79

CMYK color model

#EB9264 color CMYK value is (0,38,57,8).

  • cyan value is 0.00%
  • magenta value is 37.87%
  • yellow value is 57.45%
  • key color value is 7.84%
CMYK:
(0,38,57,8)
C0M38Y57K8 
(0%,38%,57%,8%)
(0.00/0.38/0.57/0.08)	

CMYK percentages

%0
%37.87
%57.45
%7.84

Codes

Color #EB9264 in popluar color models

EB9264
RGB235146100
HSL20°77.14%65.69%
HSB/HSV20°57.45%92.16%
CMYK0.00%37.87%57.45%
7.84%

Color #EB9264 in popluar number systems.

HEXEB9264
Decimal235146100
Binary11101011100100101100100
Octal353222144

Shades and tints

Shades of #EB9264

#EB9264
(235,146,100)
#D6855B
(214,133,91)
#C17852
(193,120,82)
#AC6B49
(172,107,73)
#975E40
(151,94,64)
#825137
(130,81,55)
#6D442E
(109,68,46)
#583725
(88,55,37)
#432A1C
(67,42,28)
#2E1D13
(46,29,19)
#19100A
(25,16,10)
#000000
(0,0,0)

Tints of #EB9264

#EB9264
(235,146,100)
#EC9B72
(236,155,114)
#EDA480
(237,164,128)
#EEAD8E
(238,173,142)
#EFB69C
(239,182,156)
#F0BFAA
(240,191,170)
#F1C8B8
(241,200,184)
#F2D1C6
(242,209,198)
#F3DAD4
(243,218,212)
#F4E3E2
(244,227,226)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9264 color. Also use rgb(235,146,100) instead hex code.

Text Font Color

.myTextColor { color: #EB9264; }

<p style="color:#EB9264">This sample text font color is #EB9264.</p>

This text font color is #EB9264.


Background Color

.myBgColor { background-color: #EB9264; }

<div style="background-color:#EB9264">Inner text</div>

This div background color is #EB9264.


Border color

.myBorderColor { border: 1px solid #EB9264; }

<div style="border:3px solid #EB9264">Div</div>

This div border color is #EB9264.


Opacity

.myOpacity80 { color: #EB9264; opacity: 0.8; }

<p style="color:#EB9264;opacity:0.8;">80%</p>

Text with #EB9264 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EB9264;}

<p style="text-shadow: 3px 3px 1px #EB9264">Text here.</p>

This text has shadow with #EB9264 color.

.textShadow {text-shadow: 3px 3px 1px #EB9264, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EB9264, 5px 5px 20px red">Text here.</p>

This text has shadow with #EB9264 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB9264, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EB9264, Direction=45, Strength=4)">Text</p>

This text has shadow with #EB9264 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EB9264;
  -webkit-box-shadow:	1px 1px 3px 2px #EB9264;
  box-shadow:		1px 1px 3px 2px #EB9264;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB9264;
-webkit-box-shadow: 1px 1px 3px 2px #EB9264;
box-shadow:1px 1px 3px 2px #EB9264;">
Div content here</div>
This div box has shadow with color #EB9264.

Preview

Color preview on black background

This text has color #EB9264 on black background.


Color preview on white background

This text has color #EB9264 on white background.



Black color preview on #EB9264 background

This text has black color on #EB9264 background.


White color preview on #EB9264 background

This text has white color on #EB9264 background.