COLOR #EDE90A

HEX: #EDE90A
RGB: (237,233,10)

Renk bilgisi

#EDE90A contains mainly red and green colors. #EDE90A ‘ nin web güvenlik rengi #FFFF00 (ya da #FF0) dir.

RGB renk modeli

#EDE90A color RGB value is (237,233,10).

  • kırmız ton 237;
  • yeşil ton 233;
  • mavi ton 10.
RGB:
(237,233,10)
(93%,91%,4%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 233 of 255 = 91%
B 10 of 255 = 4%

237
233
10

R + G + B ~ 63%. #EDE90A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 233 + 10 = 480 (100%)
R 237 of 480 ~ 49.38%
G 233 of 480 ~ 48.54%
B 10 of 480 ~ 2.08%

%49.38
%48.54

CMYK RENK MODELİ

#EDE90A rengi CMYK tonu (0,2,96,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.69%
  • sarı tonu 95.78%
  • ana renk tonu 7.06%
CMYK:
(0,2,96,7)
C0M2Y96K7 
(0%,2%,96%,7%)
(0.00/0.02/0.96/0.07)	

CMYK yüzdeleri

%0
%1.69
%95.78
%7.06

Codes

Color #EDE90A in popluar color models

EDE90A
RGB23723310
HSL59°91.90%48.43%
HSB/HSV59°95.78%92.94%
CMYK0.00%1.69%95.78%
7.06%

Color #EDE90A in popluar number systems.

HEXEDE90A
Decimal23723310
Binary11101101111010011010
Octal35535112

Shades and tints

Shades of #EDE90A

#EDE90A
(237,233,10)
#D8D40A
(216,212,10)
#C3BF0A
(195,191,10)
#AEAA0A
(174,170,10)
#99950A
(153,149,10)
#84800A
(132,128,10)
#6F6B0A
(111,107,10)
#5A560A
(90,86,10)
#45410A
(69,65,10)
#302C0A
(48,44,10)
#1B170A
(27,23,10)
#000000
(0,0,0)

Tints of #EDE90A

#EDE90A
(237,233,10)
#EEEB20
(238,235,32)
#EFED36
(239,237,54)
#F0EF4C
(240,239,76)
#F1F162
(241,241,98)
#F2F378
(242,243,120)
#F3F58E
(243,245,142)
#F4F7A4
(244,247,164)
#F5F9BA
(245,249,186)
#F6FBD0
(246,251,208)
#F7FDE6
(247,253,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE90A color. Also use rgb(237,233,10) instead hex code.

Text Font Color

.myTextColor { color: #EDE90A; }

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

This text font color is #EDE90A.


Background Color

.myBgColor { background-color: #EDE90A; }

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

This div background color is #EDE90A.


Border color

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

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

This div border color is #EDE90A.


Opacity

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

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

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

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

This text has shadow with #EDE90A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE90A on black background.


Color preview on white background

This text has color #EDE90A on white background.



Black color preview on #EDE90A background

This text has black color on #EDE90A background.


White color preview on #EDE90A background

This text has white color on #EDE90A background.