COLOR #E6F00A

HEX: #E6F00A
RGB: (230,240,10)

Renk bilgisi

#E6F00A contains mainly red and green colors. #E6F00A ‘ nin web güvenlik rengi #CCFF00 (ya da #CF0) dir.

RGB renk modeli

#E6F00A color RGB value is (230,240,10).

  • kırmız ton 230;
  • yeşil ton 240;
  • mavi ton 10.
RGB:
(230,240,10)
(90%,94%,4%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 240 of 255 = 94%
B 10 of 255 = 4%

230
240
10

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 240 + 10 = 480 (100%)
R 230 of 480 ~ 47.92%
G 240 of 480 ~ 50%
B 10 of 480 ~ 2.08%

%47.92
%50

CMYK RENK MODELİ

#E6F00A rengi CMYK tonu (4,0,96,6).

  • camgöbeği tonu 4.17%
  • eflatun tonu 0.00%
  • sarı tonu 95.83%
  • ana renk tonu 5.88%
CMYK:
(4,0,96,6)
C4M0Y96K6 
(4%,0%,96%,6%)
(0.04/0.00/0.96/0.06)	

CMYK yüzdeleri

%4.17
%0
%95.83
%5.88

Codes

Color #E6F00A in popluar color models

E6F00A
RGB23024010
HSL63°92.00%49.02%
HSB/HSV63°95.83%94.12%
CMYK4.17%0.00%95.83%
5.88%

Color #E6F00A in popluar number systems.

HEXE6F00A
Decimal23024010
Binary11100110111100001010
Octal34636012

Shades and tints

Shades of #E6F00A

#E6F00A
(230,240,10)
#D2DB0A
(210,219,10)
#BEC60A
(190,198,10)
#AAB10A
(170,177,10)
#969C0A
(150,156,10)
#82870A
(130,135,10)
#6E720A
(110,114,10)
#5A5D0A
(90,93,10)
#46480A
(70,72,10)
#32330A
(50,51,10)
#1E1E0A
(30,30,10)
#000000
(0,0,0)

Tints of #E6F00A

#E6F00A
(230,240,10)
#E8F120
(232,241,32)
#EAF236
(234,242,54)
#ECF34C
(236,243,76)
#EEF462
(238,244,98)
#F0F578
(240,245,120)
#F2F68E
(242,246,142)
#F4F7A4
(244,247,164)
#F6F8BA
(246,248,186)
#F8F9D0
(248,249,208)
#FAFAE6
(250,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F00A color. Also use rgb(230,240,10) instead hex code.

Text Font Color

.myTextColor { color: #E6F00A; }

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

This text font color is #E6F00A.


Background Color

.myBgColor { background-color: #E6F00A; }

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

This div background color is #E6F00A.


Border color

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

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

This div border color is #E6F00A.


Opacity

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

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

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

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

This text has shadow with #E6F00A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F00A on black background.


Color preview on white background

This text has color #E6F00A on white background.



Black color preview on #E6F00A background

This text has black color on #E6F00A background.


White color preview on #E6F00A background

This text has white color on #E6F00A background.