COLOR #EDE17B

HEX: #EDE17B
RGB: (237,225,123)

Renk bilgisi

#EDE17B contains mainly red and green colors. #EDE17B ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EDE17B color RGB value is (237,225,123).

  • kırmız ton 237;
  • yeşil ton 225;
  • mavi ton 123.
RGB:
(237,225,123)
(93%,88%,48%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 225 of 255 = 88%
B 123 of 255 = 48%

237
225
123

R + G + B ~ 76%. #EDE17B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 225 + 123 = 585 (100%)
R 237 of 585 ~ 40.51%
G 225 of 585 ~ 38.46%
B 123 of 585 ~ 21.03%

%40.51
%38.46
%21.03

CMYK RENK MODELİ

#EDE17B rengi CMYK tonu (0,5,48,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.06%
  • sarı tonu 48.10%
  • ana renk tonu 7.06%
CMYK:
(0,5,48,7)
C0M5Y48K7 
(0%,5%,48%,7%)
(0.00/0.05/0.48/0.07)	

CMYK yüzdeleri

%0
%5.06
%48.1
%7.06

Codes

Color #EDE17B in popluar color models

EDE17B
RGB237225123
HSL54°76.00%70.59%
HSB/HSV54°48.10%92.94%
CMYK0.00%5.06%48.10%
7.06%

Color #EDE17B in popluar number systems.

HEXEDE17B
Decimal237225123
Binary11101101111000011111011
Octal355341173

Shades and tints

Shades of #EDE17B

#EDE17B
(237,225,123)
#D8CD70
(216,205,112)
#C3B965
(195,185,101)
#AEA55A
(174,165,90)
#99914F
(153,145,79)
#847D44
(132,125,68)
#6F6939
(111,105,57)
#5A552E
(90,85,46)
#454123
(69,65,35)
#302D18
(48,45,24)
#1B190D
(27,25,13)
#000000
(0,0,0)

Tints of #EDE17B

#EDE17B
(237,225,123)
#EEE387
(238,227,135)
#EFE593
(239,229,147)
#F0E79F
(240,231,159)
#F1E9AB
(241,233,171)
#F2EBB7
(242,235,183)
#F3EDC3
(243,237,195)
#F4EFCF
(244,239,207)
#F5F1DB
(245,241,219)
#F6F3E7
(246,243,231)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE17B color. Also use rgb(237,225,123) instead hex code.

Text Font Color

.myTextColor { color: #EDE17B; }

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

This text font color is #EDE17B.


Background Color

.myBgColor { background-color: #EDE17B; }

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

This div background color is #EDE17B.


Border color

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

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

This div border color is #EDE17B.


Opacity

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

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

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

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

This text has shadow with #EDE17B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE17B on black background.


Color preview on white background

This text has color #EDE17B on white background.



Black color preview on #EDE17B background

This text has black color on #EDE17B background.


White color preview on #EDE17B background

This text has white color on #EDE17B background.