COLOR #EBE77B

HEX: #EBE77B
RGB: (235,231,123)

Renk bilgisi

#EBE77B contains mainly red and green colors. #EBE77B ‘ nin web güvenlik rengi #FFFF66 (ya da #FF6) dir.

RGB renk modeli

#EBE77B color RGB value is (235,231,123).

  • kırmız ton 235;
  • yeşil ton 231;
  • mavi ton 123.
RGB:
(235,231,123)
(92%,91%,48%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 231 of 255 = 91%
B 123 of 255 = 48%

235
231
123

R + G + B ~ 77%. #EBE77B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 231 + 123 = 589 (100%)
R 235 of 589 ~ 39.9%
G 231 of 589 ~ 39.22%
B 123 of 589 ~ 20.88%

%39.9
%39.22
%20.88

CMYK RENK MODELİ

#EBE77B rengi CMYK tonu (0,2,48,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.70%
  • sarı tonu 47.66%
  • ana renk tonu 7.84%
CMYK:
(0,2,48,8)
C0M2Y48K8 
(0%,2%,48%,8%)
(0.00/0.02/0.48/0.08)	

CMYK yüzdeleri

%0
%1.7
%47.66
%7.84

Codes

Color #EBE77B in popluar color models

EBE77B
RGB235231123
HSL58°73.68%70.20%
HSB/HSV58°47.66%92.16%
CMYK0.00%1.70%47.66%
7.84%

Color #EBE77B in popluar number systems.

HEXEBE77B
Decimal235231123
Binary11101011111001111111011
Octal353347173

Shades and tints

Shades of #EBE77B

#EBE77B
(235,231,123)
#D6D270
(214,210,112)
#C1BD65
(193,189,101)
#ACA85A
(172,168,90)
#97934F
(151,147,79)
#827E44
(130,126,68)
#6D6939
(109,105,57)
#58542E
(88,84,46)
#433F23
(67,63,35)
#2E2A18
(46,42,24)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #EBE77B

#EBE77B
(235,231,123)
#ECE987
(236,233,135)
#EDEB93
(237,235,147)
#EEED9F
(238,237,159)
#EFEFAB
(239,239,171)
#F0F1B7
(240,241,183)
#F1F3C3
(241,243,195)
#F2F5CF
(242,245,207)
#F3F7DB
(243,247,219)
#F4F9E7
(244,249,231)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE77B; }

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

This text font color is #EBE77B.


Background Color

.myBgColor { background-color: #EBE77B; }

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

This div background color is #EBE77B.


Border color

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

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

This div border color is #EBE77B.


Opacity

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

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

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

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

This text has shadow with #EBE77B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE77B on black background.


Color preview on white background

This text has color #EBE77B on white background.



Black color preview on #EBE77B background

This text has black color on #EBE77B background.


White color preview on #EBE77B background

This text has white color on #EBE77B background.