COLOR #EBB790

HEX: #EBB790
RGB: (235,183,144)

Color info

#EBB790 contains mainly red and green colors. Web safe color of #EBB790 is #FFCC99 (or #FC9).

RGB color model

#EBB790 color RGB value is (235,183,144).

  • red value is 235;
  • green value is 183;
  • blue value is 144.
RGB:
(235,183,144)
(92%,72%,56%)

RGB channels and saturation

R 235 of 255 = 92%
G 183 of 255 = 72%
B 144 of 255 = 56%

235
183
144

R + G + B ~ 73%. #EBB790 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 183 + 144 = 562 (100%)
R 235 of 562 ~ 41.81%
G 183 of 562 ~ 32.56%
B 144 of 562 ~ 25.62%

%41.81
%32.56
%25.62

CMYK color model

#EBB790 color CMYK value is (0,22,39,8).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 38.72%
  • key color value is 7.84%
CMYK:
(0,22,39,8)
C0M22Y39K8 
(0%,22%,39%,8%)
(0.00/0.22/0.39/0.08)	

CMYK percentages

%0
%22.13
%38.72
%7.84

Codes

Color #EBB790 in popluar color models

EBB790
RGB235183144
HSL26°69.47%74.31%
HSB/HSV26°38.72%92.16%
CMYK0.00%22.13%38.72%
7.84%

Color #EBB790 in popluar number systems.

HEXEBB790
Decimal235183144
Binary111010111011011110010000
Octal353267220

Shades and tints

Shades of #EBB790

#EBB790
(235,183,144)
#D6A783
(214,167,131)
#C19776
(193,151,118)
#AC8769
(172,135,105)
#97775C
(151,119,92)
#82674F
(130,103,79)
#6D5742
(109,87,66)
#584735
(88,71,53)
#433728
(67,55,40)
#2E271B
(46,39,27)
#19170E
(25,23,14)
#000000
(0,0,0)

Tints of #EBB790

#EBB790
(235,183,144)
#ECBD9A
(236,189,154)
#EDC3A4
(237,195,164)
#EEC9AE
(238,201,174)
#EFCFB8
(239,207,184)
#F0D5C2
(240,213,194)
#F1DBCC
(241,219,204)
#F2E1D6
(242,225,214)
#F3E7E0
(243,231,224)
#F4EDEA
(244,237,234)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB790 color. Also use rgb(235,183,144) instead hex code.

Text Font Color

.myTextColor { color: #EBB790; }

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

This text font color is #EBB790.


Background Color

.myBgColor { background-color: #EBB790; }

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

This div background color is #EBB790.


Border color

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

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

This div border color is #EBB790.


Opacity

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

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

Text with #EBB790 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 #EBB790;}

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

This text has shadow with #EBB790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB790 on black background.


Color preview on white background

This text has color #EBB790 on white background.



Black color preview on #EBB790 background

This text has black color on #EBB790 background.


White color preview on #EBB790 background

This text has white color on #EBB790 background.