COLOR #EDC880

HEX: #EDC880
RGB: (237,200,128)

Renk bilgisi

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

RGB renk modeli

#EDC880 color RGB value is (237,200,128).

  • kırmız ton 237;
  • yeşil ton 200;
  • mavi ton 128.
RGB:
(237,200,128)
(93%,78%,50%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 200 of 255 = 78%
B 128 of 255 = 50%

237
200
128

R + G + B ~ 74%. #EDC880 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 200 + 128 = 565 (100%)
R 237 of 565 ~ 41.95%
G 200 of 565 ~ 35.4%
B 128 of 565 ~ 22.65%

%41.95
%35.4
%22.65

CMYK RENK MODELİ

#EDC880 rengi CMYK tonu (0,16,46,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.61%
  • sarı tonu 45.99%
  • ana renk tonu 7.06%
CMYK:
(0,16,46,7)
C0M16Y46K7 
(0%,16%,46%,7%)
(0.00/0.16/0.46/0.07)	

CMYK yüzdeleri

%0
%15.61
%45.99
%7.06

Codes

Color #EDC880 in popluar color models

EDC880
RGB237200128
HSL40°75.17%71.57%
HSB/HSV40°45.99%92.94%
CMYK0.00%15.61%45.99%
7.06%

Color #EDC880 in popluar number systems.

HEXEDC880
Decimal237200128
Binary111011011100100010000000
Octal355310200

Shades and tints

Shades of #EDC880

#EDC880
(237,200,128)
#D8B675
(216,182,117)
#C3A46A
(195,164,106)
#AE925F
(174,146,95)
#998054
(153,128,84)
#846E49
(132,110,73)
#6F5C3E
(111,92,62)
#5A4A33
(90,74,51)
#453828
(69,56,40)
#30261D
(48,38,29)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #EDC880

#EDC880
(237,200,128)
#EECD8B
(238,205,139)
#EFD296
(239,210,150)
#F0D7A1
(240,215,161)
#F1DCAC
(241,220,172)
#F2E1B7
(242,225,183)
#F3E6C2
(243,230,194)
#F4EBCD
(244,235,205)
#F5F0D8
(245,240,216)
#F6F5E3
(246,245,227)
#F7FAEE
(247,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC880 color. Also use rgb(237,200,128) instead hex code.

Text Font Color

.myTextColor { color: #EDC880; }

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

This text font color is #EDC880.


Background Color

.myBgColor { background-color: #EDC880; }

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

This div background color is #EDC880.


Border color

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

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

This div border color is #EDC880.


Opacity

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

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

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

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

This text has shadow with #EDC880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC880 on black background.


Color preview on white background

This text has color #EDC880 on white background.



Black color preview on #EDC880 background

This text has black color on #EDC880 background.


White color preview on #EDC880 background

This text has white color on #EDC880 background.