COLOR #F5EBA0

HEX: #F5EBA0 RGB: (245,235,160)

Renk bilgisi

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

RGB renk modeli

#F5EBA0 color RGB value is (245,235,160).

RGB: (245,235,160) (96%, 92%, 63%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 235 of 255 = 92%
B 160 of 255 = 63%

245
235
160

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

Yüzdelerle RGB renk parçaları

R + G + B = 245 + 235 + 160 = 640 (100%)
R 245 of 640 ~ 38.28%
G 235 of 640 ~ 36.72%
B 160 of 640 ~ 25'%

%38.28
%36.72
%25

CMYK RENK MODELİ

#F5EBA0 rengi CMYK tonu (0,4,35,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.08%
  • sarı tonu 34.69%
  • ana renk tonu 3.92%

CMYK: (0,4,35,4)
C0M4Y35K4 (0%, 4%, 35%, 4%)
(0.00 / 0.04 / 0.35 / 0.04)

CMYK yüzdeleri

%0
%4.08
%34.69
%3.92

Codes

Color #F5EBA0 in popluar color models

F5 EB A0
RGB 245 235 160
HSL 53° 80.95% 79.41%
HSB/HSV 53° 34.69% 96.08%
CMYK 0.00% 4.08% 34.69%
3.92%

Color #F5EBA0 in popluar number systems.

HEX F5 EB A0
Decimal 245 235 160
Binary 11110101 11101011 10100000
Octal 365 353 240

Shades and tints

Shades of #F5EBA0

#F5EBA0
(245,235,160)
#DFD692
(223,214,146)
#C9C184
(201,193,132)
#B3AC76
(179,172,118)
#9D9768
(157,151,104)
#87825A
(135,130,90)
#716D4C
(113,109,76)
#5B583E
(91,88,62)
#454330
(69,67,48)
#2F2E22
(47,46,34)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #F5EBA0

#F5EBA0
(245,235,160)
#F5ECA8
(245,236,168)
#F5EDB0
(245,237,176)
#F5EEB8
(245,238,184)
#F5EFC0
(245,239,192)
#F5F0C8
(245,240,200)
#F5F1D0
(245,241,208)
#F5F2D8
(245,242,216)
#F5F3E0
(245,243,224)
#F5F4E8
(245,244,232)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EBA0; }

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

This text font color is #F5EBA0.

Background Color

.myBgColor { background-color: #F5EBA0; }

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

This div background color is #F5EBA0.

Border color

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

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

This div border color is #F5EBA0.

Opacity

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

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

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

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

This text has shadow with #F5EBA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5EBA0.

Preview

Color preview on black background

This text has color #F5EBA0 on black background.


Color preview on white background

This text has color #F5EBA0 on white background.


Black color preview on #F5EBA0 background

This text has black color on #F5EBA0 background.


White color preview on #F5EBA0 background

This text has white color on #F5EBA0 background.


Related colors

Complementary color

Complementary color for #hex is #0A145F.


I love getcolorcode.com

Triadic colors

1 #A0F5EB and #EBA0F5 with #F5EBA0 are triadic colors.

2 #A0EBF5 and #EBF5A0 with #F5EBA0 are triadic colors.