COLOR #EBEB98

HEX: #EBEB98
RGB: (235,235,152)

Color info

#EBEB98 contains mainly red and green colors. Web safe color of #EBEB98 is #FFFF99 (or #FF9).

RGB color model

#EBEB98 color RGB value is (235,235,152).

  • red value is 235;
  • green value is 235;
  • blue value is 152.
RGB:
(235,235,152)
(92%,92%,60%)

RGB channels and saturation

R 235 of 255 = 92%
G 235 of 255 = 92%
B 152 of 255 = 60%

235
235
152

R + G + B ~ 81%. #EBEB98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 235 + 152 = 622 (100%)
R 235 of 622 ~ 37.78%
G 235 of 622 ~ 37.78%
B 152 of 622 ~ 24.44%

%37.78
%37.78
%24.44

CMYK color model

#EBEB98 color CMYK value is (0,0,35,8).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 35.32%
  • key color value is 7.84%
CMYK:
(0,0,35,8)
C0M0Y35K8 
(0%,0%,35%,8%)
(0.00/0.00/0.35/0.08)	

CMYK percentages

%0
%0
%35.32
%7.84

Codes

Color #EBEB98 in popluar color models

EBEB98
RGB235235152
HSL60°67.48%75.88%
HSB/HSV60°35.32%92.16%
CMYK0.00%0.00%35.32%
7.84%

Color #EBEB98 in popluar number systems.

HEXEBEB98
Decimal235235152
Binary111010111110101110011000
Octal353353230

Shades and tints

Shades of #EBEB98

#EBEB98
(235,235,152)
#D6D68B
(214,214,139)
#C1C17E
(193,193,126)
#ACAC71
(172,172,113)
#979764
(151,151,100)
#828257
(130,130,87)
#6D6D4A
(109,109,74)
#58583D
(88,88,61)
#434330
(67,67,48)
#2E2E23
(46,46,35)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #EBEB98

#EBEB98
(235,235,152)
#ECECA1
(236,236,161)
#EDEDAA
(237,237,170)
#EEEEB3
(238,238,179)
#EFEFBC
(239,239,188)
#F0F0C5
(240,240,197)
#F1F1CE
(241,241,206)
#F2F2D7
(242,242,215)
#F3F3E0
(243,243,224)
#F4F4E9
(244,244,233)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEB98; }

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

This text font color is #EBEB98.


Background Color

.myBgColor { background-color: #EBEB98; }

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

This div background color is #EBEB98.


Border color

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

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

This div border color is #EBEB98.


Opacity

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

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

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

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

This text has shadow with #EBEB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEB98 on black background.


Color preview on white background

This text has color #EBEB98 on white background.



Black color preview on #EBEB98 background

This text has black color on #EBEB98 background.


White color preview on #EBEB98 background

This text has white color on #EBEB98 background.