COLOR #EBE10B

HEX: #EBE10B
RGB: (235,225,11)

Color info

#EBE10B contains mainly red and green colors. Web safe color of #EBE10B is #FFCC00 (or #FC0).

RGB color model

#EBE10B color RGB value is (235,225,11).

  • red value is 235;
  • green value is 225;
  • blue value is 11.
RGB:
(235,225,11)
(92%,88%,4%)

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 11 of 255 = 4%

235
225
11

R + G + B ~ 61%. #EBE10B is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 11 = 471 (100%)
R 235 of 471 ~ 49.89%
G 225 of 471 ~ 47.77%
B 11 of 471 ~ 2.34%

%49.89
%47.77

CMYK color model

#EBE10B color CMYK value is (0,4,95,8).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 95.32%
  • key color value is 7.84%
CMYK:
(0,4,95,8)
C0M4Y95K8 
(0%,4%,95%,8%)
(0.00/0.04/0.95/0.08)	

CMYK percentages

%0
%4.26
%95.32
%7.84

Codes

Color #EBE10B in popluar color models

EBE10B
RGB23522511
HSL57°91.06%48.24%
HSB/HSV57°95.32%92.16%
CMYK0.00%4.26%95.32%
7.84%

Color #EBE10B in popluar number systems.

HEXEBE10B
Decimal23522511
Binary11101011111000011011
Octal35334113

Shades and tints

Shades of #EBE10B

#EBE10B
(235,225,11)
#D6CD0A
(214,205,10)
#C1B909
(193,185,9)
#ACA508
(172,165,8)
#979107
(151,145,7)
#827D06
(130,125,6)
#6D6905
(109,105,5)
#585504
(88,85,4)
#434103
(67,65,3)
#2E2D02
(46,45,2)
#191901
(25,25,1)
#000000
(0,0,0)

Tints of #EBE10B

#EBE10B
(235,225,11)
#ECE321
(236,227,33)
#EDE537
(237,229,55)
#EEE74D
(238,231,77)
#EFE963
(239,233,99)
#F0EB79
(240,235,121)
#F1ED8F
(241,237,143)
#F2EFA5
(242,239,165)
#F3F1BB
(243,241,187)
#F4F3D1
(244,243,209)
#F5F5E7
(245,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE10B color. Also use rgb(235,225,11) instead hex code.

Text Font Color

.myTextColor { color: #EBE10B; }

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

This text font color is #EBE10B.


Background Color

.myBgColor { background-color: #EBE10B; }

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

This div background color is #EBE10B.


Border color

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

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

This div border color is #EBE10B.


Opacity

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

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

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

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

This text has shadow with #EBE10B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE10B on black background.


Color preview on white background

This text has color #EBE10B on white background.



Black color preview on #EBE10B background

This text has black color on #EBE10B background.


White color preview on #EBE10B background

This text has white color on #EBE10B background.