COLOR #F0EBA5

HEX: #F0EBA5
RGB: (240,235,165)

Renk bilgisi

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

RGB renk modeli

#F0EBA5 color RGB value is (240,235,165).

  • kırmız ton 240;
  • yeşil ton 235;
  • mavi ton 165.
RGB:
(240,235,165)
(94%,92%,65%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 235 of 255 = 92%
B 165 of 255 = 65%

240
235
165

R + G + B ~ 84%. #F0EBA5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 235 + 165 = 640 (100%)
R 240 of 640 ~ 37.5%
G 235 of 640 ~ 36.72%
B 165 of 640 ~ 25.78%

%37.5
%36.72
%25.78

CMYK RENK MODELİ

#F0EBA5 rengi CMYK tonu (0,2,31,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.08%
  • sarı tonu 31.25%
  • ana renk tonu 5.88%
CMYK:
(0,2,31,6)
C0M2Y31K6 
(0%,2%,31%,6%)
(0.00/0.02/0.31/0.06)	

CMYK yüzdeleri

%0
%2.08
%31.25
%5.88

Codes

Color #F0EBA5 in popluar color models

F0EBA5
RGB240235165
HSL56°71.43%79.41%
HSB/HSV56°31.25%94.12%
CMYK0.00%2.08%31.25%
5.88%

Color #F0EBA5 in popluar number systems.

HEXF0EBA5
Decimal240235165
Binary111100001110101110100101
Octal360353245

Shades and tints

Shades of #F0EBA5

#F0EBA5
(240,235,165)
#DBD696
(219,214,150)
#C6C187
(198,193,135)
#B1AC78
(177,172,120)
#9C9769
(156,151,105)
#87825A
(135,130,90)
#726D4B
(114,109,75)
#5D583C
(93,88,60)
#48432D
(72,67,45)
#332E1E
(51,46,30)
#1E190F
(30,25,15)
#000000
(0,0,0)

Tints of #F0EBA5

#F0EBA5
(240,235,165)
#F1ECAD
(241,236,173)
#F2EDB5
(242,237,181)
#F3EEBD
(243,238,189)
#F4EFC5
(244,239,197)
#F5F0CD
(245,240,205)
#F6F1D5
(246,241,213)
#F7F2DD
(247,242,221)
#F8F3E5
(248,243,229)
#F9F4ED
(249,244,237)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EBA5; }

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

This text font color is #F0EBA5.


Background Color

.myBgColor { background-color: #F0EBA5; }

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

This div background color is #F0EBA5.


Border color

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

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

This div border color is #F0EBA5.


Opacity

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

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

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

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

This text has shadow with #F0EBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EBA5 on black background.


Color preview on white background

This text has color #F0EBA5 on white background.



Black color preview on #F0EBA5 background

This text has black color on #F0EBA5 background.


White color preview on #F0EBA5 background

This text has white color on #F0EBA5 background.