COLOR #EFC793

HEX: #EFC793
RGB: (239,199,147)

Renk bilgisi

#EFC793 contains mainly red and green colors. #EFC793 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EFC793 color RGB value is (239,199,147).

  • kırmız ton 239;
  • yeşil ton 199;
  • mavi ton 147.
RGB:
(239,199,147)
(94%,78%,58%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 199 of 255 = 78%
B 147 of 255 = 58%

239
199
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 199 + 147 = 585 (100%)
R 239 of 585 ~ 40.85%
G 199 of 585 ~ 34.02%
B 147 of 585 ~ 25.13%

%40.85
%34.02
%25.13

CMYK RENK MODELİ

#EFC793 rengi CMYK tonu (0,17,38,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.74%
  • sarı tonu 38.49%
  • ana renk tonu 6.27%
CMYK:
(0,17,38,6)
C0M17Y38K6 
(0%,17%,38%,6%)
(0.00/0.17/0.38/0.06)	

CMYK yüzdeleri

%0
%16.74
%38.49
%6.27

Codes

Color #EFC793 in popluar color models

EFC793
RGB239199147
HSL34°74.19%75.69%
HSB/HSV34°38.49%93.73%
CMYK0.00%16.74%38.49%
6.27%

Color #EFC793 in popluar number systems.

HEXEFC793
Decimal239199147
Binary111011111100011110010011
Octal357307223

Shades and tints

Shades of #EFC793

#EFC793
(239,199,147)
#DAB586
(218,181,134)
#C5A379
(197,163,121)
#B0916C
(176,145,108)
#9B7F5F
(155,127,95)
#866D52
(134,109,82)
#715B45
(113,91,69)
#5C4938
(92,73,56)
#47372B
(71,55,43)
#32251E
(50,37,30)
#1D1311
(29,19,17)
#000000
(0,0,0)

Tints of #EFC793

#EFC793
(239,199,147)
#F0CC9C
(240,204,156)
#F1D1A5
(241,209,165)
#F2D6AE
(242,214,174)
#F3DBB7
(243,219,183)
#F4E0C0
(244,224,192)
#F5E5C9
(245,229,201)
#F6EAD2
(246,234,210)
#F7EFDB
(247,239,219)
#F8F4E4
(248,244,228)
#F9F9ED
(249,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC793 color. Also use rgb(239,199,147) instead hex code.

Text Font Color

.myTextColor { color: #EFC793; }

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

This text font color is #EFC793.


Background Color

.myBgColor { background-color: #EFC793; }

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

This div background color is #EFC793.


Border color

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

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

This div border color is #EFC793.


Opacity

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

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

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

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

This text has shadow with #EFC793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC793 on black background.


Color preview on white background

This text has color #EFC793 on white background.



Black color preview on #EFC793 background

This text has black color on #EFC793 background.


White color preview on #EFC793 background

This text has white color on #EFC793 background.