COLOR #EBF59D

HEX: #EBF59D
RGB: (235,245,157)

Renk bilgisi

#EBF59D contains mainly red and green colors. #EBF59D ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#EBF59D color RGB value is (235,245,157).

  • kırmız ton 235;
  • yeşil ton 245;
  • mavi ton 157.
RGB:
(235,245,157)
(92%,96%,62%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 245 of 255 = 96%
B 157 of 255 = 62%

235
245
157

R + G + B ~ 83%. #EBF59D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 245 + 157 = 637 (100%)
R 235 of 637 ~ 36.89%
G 245 of 637 ~ 38.46%
B 157 of 637 ~ 24.65%

%36.89
%38.46
%24.65

CMYK RENK MODELİ

#EBF59D rengi CMYK tonu (4,0,36,4).

  • camgöbeği tonu 4.08%
  • eflatun tonu 0.00%
  • sarı tonu 35.92%
  • ana renk tonu 3.92%
CMYK:
(4,0,36,4)
C4M0Y36K4 
(4%,0%,36%,4%)
(0.04/0.00/0.36/0.04)	

CMYK yüzdeleri

%4.08
%0
%35.92
%3.92

Codes

Color #EBF59D in popluar color models

EBF59D
RGB235245157
HSL67°81.48%78.82%
HSB/HSV67°35.92%96.08%
CMYK4.08%0.00%35.92%
3.92%

Color #EBF59D in popluar number systems.

HEXEBF59D
Decimal235245157
Binary111010111111010110011101
Octal353365235

Shades and tints

Shades of #EBF59D

#EBF59D
(235,245,157)
#D6DF8F
(214,223,143)
#C1C981
(193,201,129)
#ACB373
(172,179,115)
#979D65
(151,157,101)
#828757
(130,135,87)
#6D7149
(109,113,73)
#585B3B
(88,91,59)
#43452D
(67,69,45)
#2E2F1F
(46,47,31)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #EBF59D

#EBF59D
(235,245,157)
#ECF5A5
(236,245,165)
#EDF5AD
(237,245,173)
#EEF5B5
(238,245,181)
#EFF5BD
(239,245,189)
#F0F5C5
(240,245,197)
#F1F5CD
(241,245,205)
#F2F5D5
(242,245,213)
#F3F5DD
(243,245,221)
#F4F5E5
(244,245,229)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF59D; }

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

This text font color is #EBF59D.


Background Color

.myBgColor { background-color: #EBF59D; }

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

This div background color is #EBF59D.


Border color

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

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

This div border color is #EBF59D.


Opacity

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

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

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

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

This text has shadow with #EBF59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF59D on black background.


Color preview on white background

This text has color #EBF59D on white background.



Black color preview on #EBF59D background

This text has black color on #EBF59D background.


White color preview on #EBF59D background

This text has white color on #EBF59D background.