COLOR #EBE965

HEX: #EBE965
RGB: (235,233,101)

Color info

#EBE965 contains mainly red and green colors. Web safe color of #EBE965 is #FFFF66 (or #FF6).

RGB color model

#EBE965 color RGB value is (235,233,101).

  • red value is 235;
  • green value is 233;
  • blue value is 101.
RGB:
(235,233,101)
(92%,91%,40%)

RGB channels and saturation

R 235 of 255 = 92%
G 233 of 255 = 91%
B 101 of 255 = 40%

235
233
101

R + G + B ~ 74%. #EBE965 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 233 + 101 = 569 (100%)
R 235 of 569 ~ 41.3%
G 233 of 569 ~ 40.95%
B 101 of 569 ~ 17.75%

%41.3
%40.95
%17.75

CMYK color model

#EBE965 color CMYK value is (0,1,57,8).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 57.02%
  • key color value is 7.84%
CMYK:
(0,1,57,8)
C0M1Y57K8 
(0%,1%,57%,8%)
(0.00/0.01/0.57/0.08)	

CMYK percentages

%0
%0.85
%57.02
%7.84

Codes

Color #EBE965 in popluar color models

EBE965
RGB235233101
HSL59°77.01%65.88%
HSB/HSV59°57.02%92.16%
CMYK0.00%0.85%57.02%
7.84%

Color #EBE965 in popluar number systems.

HEXEBE965
Decimal235233101
Binary11101011111010011100101
Octal353351145

Shades and tints

Shades of #EBE965

#EBE965
(235,233,101)
#D6D45C
(214,212,92)
#C1BF53
(193,191,83)
#ACAA4A
(172,170,74)
#979541
(151,149,65)
#828038
(130,128,56)
#6D6B2F
(109,107,47)
#585626
(88,86,38)
#43411D
(67,65,29)
#2E2C14
(46,44,20)
#19170B
(25,23,11)
#000000
(0,0,0)

Tints of #EBE965

#EBE965
(235,233,101)
#ECEB73
(236,235,115)
#EDED81
(237,237,129)
#EEEF8F
(238,239,143)
#EFF19D
(239,241,157)
#F0F3AB
(240,243,171)
#F1F5B9
(241,245,185)
#F2F7C7
(242,247,199)
#F3F9D5
(243,249,213)
#F4FBE3
(244,251,227)
#F5FDF1
(245,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE965 color. Also use rgb(235,233,101) instead hex code.

Text Font Color

.myTextColor { color: #EBE965; }

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

This text font color is #EBE965.


Background Color

.myBgColor { background-color: #EBE965; }

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

This div background color is #EBE965.


Border color

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

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

This div border color is #EBE965.


Opacity

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

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

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

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

This text has shadow with #EBE965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE965 on black background.


Color preview on white background

This text has color #EBE965 on white background.



Black color preview on #EBE965 background

This text has black color on #EBE965 background.


White color preview on #EBE965 background

This text has white color on #EBE965 background.