COLOR #EDC10C

HEX: #EDC10C
RGB: (237,193,12)

Renk bilgisi

#EDC10C contains mainly red and green colors. #EDC10C ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#EDC10C color RGB value is (237,193,12).

  • kırmız ton 237;
  • yeşil ton 193;
  • mavi ton 12.
RGB:
(237,193,12)
(93%,76%,5%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 193 of 255 = 76%
B 12 of 255 = 5%

237
193
12

R + G + B ~ 58%. #EDC10C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 193 + 12 = 442 (100%)
R 237 of 442 ~ 53.62%
G 193 of 442 ~ 43.67%
B 12 of 442 ~ 2.71%

%53.62
%43.67

CMYK RENK MODELİ

#EDC10C rengi CMYK tonu (0,19,95,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.57%
  • sarı tonu 94.94%
  • ana renk tonu 7.06%
CMYK:
(0,19,95,7)
C0M19Y95K7 
(0%,19%,95%,7%)
(0.00/0.19/0.95/0.07)	

CMYK yüzdeleri

%0
%18.57
%94.94
%7.06

Codes

Color #EDC10C in popluar color models

EDC10C
RGB23719312
HSL48°90.36%48.82%
HSB/HSV48°94.94%92.94%
CMYK0.00%18.57%94.94%
7.06%

Color #EDC10C in popluar number systems.

HEXEDC10C
Decimal23719312
Binary11101101110000011100
Octal35530114

Shades and tints

Shades of #EDC10C

#EDC10C
(237,193,12)
#D8B00B
(216,176,11)
#C39F0A
(195,159,10)
#AE8E09
(174,142,9)
#997D08
(153,125,8)
#846C07
(132,108,7)
#6F5B06
(111,91,6)
#5A4A05
(90,74,5)
#453904
(69,57,4)
#302803
(48,40,3)
#1B1702
(27,23,2)
#000000
(0,0,0)

Tints of #EDC10C

#EDC10C
(237,193,12)
#EEC622
(238,198,34)
#EFCB38
(239,203,56)
#F0D04E
(240,208,78)
#F1D564
(241,213,100)
#F2DA7A
(242,218,122)
#F3DF90
(243,223,144)
#F4E4A6
(244,228,166)
#F5E9BC
(245,233,188)
#F6EED2
(246,238,210)
#F7F3E8
(247,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC10C color. Also use rgb(237,193,12) instead hex code.

Text Font Color

.myTextColor { color: #EDC10C; }

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

This text font color is #EDC10C.


Background Color

.myBgColor { background-color: #EDC10C; }

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

This div background color is #EDC10C.


Border color

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

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

This div border color is #EDC10C.


Opacity

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

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

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

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

This text has shadow with #EDC10C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC10C on black background.


Color preview on white background

This text has color #EDC10C on white background.



Black color preview on #EDC10C background

This text has black color on #EDC10C background.


White color preview on #EDC10C background

This text has white color on #EDC10C background.