COLOR #EDB069

HEX: #EDB069
RGB: (237,176,105)

Renk bilgisi

#EDB069 contains mainly red color. #EDB069 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#EDB069 color RGB value is (237,176,105).

  • kırmız ton 237;
  • yeşil ton 176;
  • mavi ton 105.
RGB:
(237,176,105)
(93%,69%,41%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 176 of 255 = 69%
B 105 of 255 = 41%

237
176
105

R + G + B ~ 68%. #EDB069 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 176 + 105 = 518 (100%)
R 237 of 518 ~ 45.75%
G 176 of 518 ~ 33.98%
B 105 of 518 ~ 20.27%

%45.75
%33.98
%20.27

CMYK RENK MODELİ

#EDB069 rengi CMYK tonu (0,26,56,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.74%
  • sarı tonu 55.70%
  • ana renk tonu 7.06%
CMYK:
(0,26,56,7)
C0M26Y56K7 
(0%,26%,56%,7%)
(0.00/0.26/0.56/0.07)	

CMYK yüzdeleri

%0
%25.74
%55.7
%7.06

Codes

Color #EDB069 in popluar color models

EDB069
RGB237176105
HSL32°78.57%67.06%
HSB/HSV32°55.70%92.94%
CMYK0.00%25.74%55.70%
7.06%

Color #EDB069 in popluar number systems.

HEXEDB069
Decimal237176105
Binary11101101101100001101001
Octal355260151

Shades and tints

Shades of #EDB069

#EDB069
(237,176,105)
#D8A060
(216,160,96)
#C39057
(195,144,87)
#AE804E
(174,128,78)
#997045
(153,112,69)
#84603C
(132,96,60)
#6F5033
(111,80,51)
#5A402A
(90,64,42)
#453021
(69,48,33)
#302018
(48,32,24)
#1B100F
(27,16,15)
#000000
(0,0,0)

Tints of #EDB069

#EDB069
(237,176,105)
#EEB776
(238,183,118)
#EFBE83
(239,190,131)
#F0C590
(240,197,144)
#F1CC9D
(241,204,157)
#F2D3AA
(242,211,170)
#F3DAB7
(243,218,183)
#F4E1C4
(244,225,196)
#F5E8D1
(245,232,209)
#F6EFDE
(246,239,222)
#F7F6EB
(247,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB069 color. Also use rgb(237,176,105) instead hex code.

Text Font Color

.myTextColor { color: #EDB069; }

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

This text font color is #EDB069.


Background Color

.myBgColor { background-color: #EDB069; }

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

This div background color is #EDB069.


Border color

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

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

This div border color is #EDB069.


Opacity

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

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

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

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

This text has shadow with #EDB069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB069 on black background.


Color preview on white background

This text has color #EDB069 on white background.



Black color preview on #EDB069 background

This text has black color on #EDB069 background.


White color preview on #EDB069 background

This text has white color on #EDB069 background.