COLOR #EBB950

HEX: #EBB950
RGB: (235,185,80)

Color info

#EBB950 contains mainly red and green colors. Web safe color of #EBB950 is #FFCC66 (or #FC6).

RGB color model

#EBB950 color RGB value is (235,185,80).

  • red value is 235;
  • green value is 185;
  • blue value is 80.
RGB:
(235,185,80)
(92%,73%,31%)

RGB channels and saturation

R 235 of 255 = 92%
G 185 of 255 = 73%
B 80 of 255 = 31%

235
185
80

R + G + B ~ 65%. #EBB950 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 185 + 80 = 500 (100%)
R 235 of 500 ~ 47%
G 185 of 500 ~ 37%
B 80 of 500 ~ 16%

%47
%37
%16

CMYK color model

#EBB950 color CMYK value is (0,21,66,8).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 65.96%
  • key color value is 7.84%
CMYK:
(0,21,66,8)
C0M21Y66K8 
(0%,21%,66%,8%)
(0.00/0.21/0.66/0.08)	

CMYK percentages

%0
%21.28
%65.96
%7.84

Codes

Color #EBB950 in popluar color models

EBB950
RGB23518580
HSL41°79.49%61.76%
HSB/HSV41°65.96%92.16%
CMYK0.00%21.28%65.96%
7.84%

Color #EBB950 in popluar number systems.

HEXEBB950
Decimal23518580
Binary11101011101110011010000
Octal353271120

Shades and tints

Shades of #EBB950

#EBB950
(235,185,80)
#D6A949
(214,169,73)
#C19942
(193,153,66)
#AC893B
(172,137,59)
#977934
(151,121,52)
#82692D
(130,105,45)
#6D5926
(109,89,38)
#58491F
(88,73,31)
#433918
(67,57,24)
#2E2911
(46,41,17)
#19190A
(25,25,10)
#000000
(0,0,0)

Tints of #EBB950

#EBB950
(235,185,80)
#ECBF5F
(236,191,95)
#EDC56E
(237,197,110)
#EECB7D
(238,203,125)
#EFD18C
(239,209,140)
#F0D79B
(240,215,155)
#F1DDAA
(241,221,170)
#F2E3B9
(242,227,185)
#F3E9C8
(243,233,200)
#F4EFD7
(244,239,215)
#F5F5E6
(245,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB950 color. Also use rgb(235,185,80) instead hex code.

Text Font Color

.myTextColor { color: #EBB950; }

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

This text font color is #EBB950.


Background Color

.myBgColor { background-color: #EBB950; }

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

This div background color is #EBB950.


Border color

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

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

This div border color is #EBB950.


Opacity

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

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

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

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

This text has shadow with #EBB950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB950 on black background.


Color preview on white background

This text has color #EBB950 on white background.



Black color preview on #EBB950 background

This text has black color on #EBB950 background.


White color preview on #EBB950 background

This text has white color on #EBB950 background.