COLOR #EBCB92

HEX: #EBCB92
RGB: (235,203,146)

Color info

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

RGB color model

#EBCB92 color RGB value is (235,203,146).

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

RGB channels and saturation

R 235 of 255 = 92%
G 203 of 255 = 80%
B 146 of 255 = 57%

235
203
146

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

Portions of RGB colors in percentages

R + G + B =
235 + 203 + 146 = 584 (100%)
R 235 of 584 ~ 40.24%
G 203 of 584 ~ 34.76%
B 146 of 584 ~ 25%

%40.24
%34.76
%25

CMYK color model

#EBCB92 color CMYK value is (0,14,38,8).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 37.87%
  • key color value is 7.84%
CMYK:
(0,14,38,8)
C0M14Y38K8 
(0%,14%,38%,8%)
(0.00/0.14/0.38/0.08)	

CMYK percentages

%0
%13.62
%37.87
%7.84

Codes

Color #EBCB92 in popluar color models

EBCB92
RGB235203146
HSL38°68.99%74.71%
HSB/HSV38°37.87%92.16%
CMYK0.00%13.62%37.87%
7.84%

Color #EBCB92 in popluar number systems.

HEXEBCB92
Decimal235203146
Binary111010111100101110010010
Octal353313222

Shades and tints

Shades of #EBCB92

#EBCB92
(235,203,146)
#D6B985
(214,185,133)
#C1A778
(193,167,120)
#AC956B
(172,149,107)
#97835E
(151,131,94)
#827151
(130,113,81)
#6D5F44
(109,95,68)
#584D37
(88,77,55)
#433B2A
(67,59,42)
#2E291D
(46,41,29)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #EBCB92

#EBCB92
(235,203,146)
#ECCF9B
(236,207,155)
#EDD3A4
(237,211,164)
#EED7AD
(238,215,173)
#EFDBB6
(239,219,182)
#F0DFBF
(240,223,191)
#F1E3C8
(241,227,200)
#F2E7D1
(242,231,209)
#F3EBDA
(243,235,218)
#F4EFE3
(244,239,227)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCB92; }

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

This text font color is #EBCB92.


Background Color

.myBgColor { background-color: #EBCB92; }

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

This div background color is #EBCB92.


Border color

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

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

This div border color is #EBCB92.


Opacity

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

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

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

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

This text has shadow with #EBCB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCB92 on black background.


Color preview on white background

This text has color #EBCB92 on white background.



Black color preview on #EBCB92 background

This text has black color on #EBCB92 background.


White color preview on #EBCB92 background

This text has white color on #EBCB92 background.