COLOR #EBC795

HEX: #EBC795 RGB: (235,199,149)

Color info

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

RGB color model

#EBC795 color RGB value is (235,199,149).

RGB: (235,199,149) (92%, 78%, 58%)

RGB channels and saturation

R 235 of 255 = 92%
G 199 of 255 = 78%
B 149 of 255 = 58%

235
199
149

R + G + B ~ 76%. #EBC795 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 199 + 149 = 583 (100%)
R 235 of 583 ~ 40.31%
G 199 of 583 ~ 34.13%
B 149 of 583 ~ 25.56'%

%40.31
%34.13
%25.56

CMYK color model

#EBC795 color CMYK value is (0,15,37,8).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 36.60%
  • key color value is 7.84%

CMYK: (0,15,37,8)
C0M15Y37K8 (0%, 15%, 37%, 8%)
(0.00 / 0.15 / 0.37 / 0.08)

CMYK percentages

%0
%15.32
%36.6
%7.84

Codes

Color #EBC795 in popluar color models

EB C7 95
RGB 235 199 149
HSL 35° 68.25% 75.29%
HSB/HSV 35° 36.60% 92.16%
CMYK 0.00% 15.32% 36.60%
7.84%

Color #EBC795 in popluar number systems.

HEX EB C7 95
Decimal 235 199 149
Binary 11101011 11000111 10010101
Octal 353 307 225

Shades and tints

Shades of #EBC795

#EBC795
(235,199,149)
#D6B588
(214,181,136)
#C1A37B
(193,163,123)
#AC916E
(172,145,110)
#977F61
(151,127,97)
#826D54
(130,109,84)
#6D5B47
(109,91,71)
#58493A
(88,73,58)
#43372D
(67,55,45)
#2E2520
(46,37,32)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #EBC795

#EBC795
(235,199,149)
#ECCC9E
(236,204,158)
#EDD1A7
(237,209,167)
#EED6B0
(238,214,176)
#EFDBB9
(239,219,185)
#F0E0C2
(240,224,194)
#F1E5CB
(241,229,203)
#F2EAD4
(242,234,212)
#F3EFDD
(243,239,221)
#F4F4E6
(244,244,230)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC795 color. Also use rgb(235,199,149) instead hex code.

Text Font Color

.myTextColor { color: #EBC795; }

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

This text font color is #EBC795.

Background Color

.myBgColor { background-color: #EBC795; }

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

This div background color is #EBC795.

Border color

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

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

This div border color is #EBC795.

Opacity

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

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

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

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

This text has shadow with #EBC795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC795.

Preview

Color preview on black background

This text has color #EBC795 on black background.


Color preview on white background

This text has color #EBC795 on white background.


Black color preview on #EBC795 background

This text has black color on #EBC795 background.


White color preview on #EBC795 background

This text has white color on #EBC795 background.


Related colors

Complementary color

Complementary color for #hex is #14386A.


I love getcolorcode.com

Triadic colors

1 #95EBC7 and #C795EB with #EBC795 are triadic colors.

2 #95C7EB and #C7EB95 with #EBC795 are triadic colors.