COLOR #E6BD70

HEX: #E6BD70
RGB: (230,189,112)

Renk bilgisi

#E6BD70 contains mainly red and green colors. #E6BD70 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#E6BD70 color RGB value is (230,189,112).

  • kırmız ton 230;
  • yeşil ton 189;
  • mavi ton 112.
RGB:
(230,189,112)
(90%,74%,44%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 189 of 255 = 74%
B 112 of 255 = 44%

230
189
112

R + G + B ~ 69%. #E6BD70 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 189 + 112 = 531 (100%)
R 230 of 531 ~ 43.31%
G 189 of 531 ~ 35.59%
B 112 of 531 ~ 21.09%

%43.31
%35.59
%21.09

CMYK RENK MODELİ

#E6BD70 rengi CMYK tonu (0,18,51,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.83%
  • sarı tonu 51.30%
  • ana renk tonu 9.80%
CMYK:
(0,18,51,10)
C0M18Y51K10 
(0%,18%,51%,10%)
(0.00/0.18/0.51/0.10)	

CMYK yüzdeleri

%0
%17.83
%51.3
%9.8

Codes

Color #E6BD70 in popluar color models

E6BD70
RGB230189112
HSL39°70.24%67.06%
HSB/HSV39°51.30%90.20%
CMYK0.00%17.83%51.30%
9.80%

Color #E6BD70 in popluar number systems.

HEXE6BD70
Decimal230189112
Binary11100110101111011110000
Octal346275160

Shades and tints

Shades of #E6BD70

#E6BD70
(230,189,112)
#D2AC66
(210,172,102)
#BE9B5C
(190,155,92)
#AA8A52
(170,138,82)
#967948
(150,121,72)
#82683E
(130,104,62)
#6E5734
(110,87,52)
#5A462A
(90,70,42)
#463520
(70,53,32)
#322416
(50,36,22)
#1E130C
(30,19,12)
#000000
(0,0,0)

Tints of #E6BD70

#E6BD70
(230,189,112)
#E8C37D
(232,195,125)
#EAC98A
(234,201,138)
#ECCF97
(236,207,151)
#EED5A4
(238,213,164)
#F0DBB1
(240,219,177)
#F2E1BE
(242,225,190)
#F4E7CB
(244,231,203)
#F6EDD8
(246,237,216)
#F8F3E5
(248,243,229)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BD70 color. Also use rgb(230,189,112) instead hex code.

Text Font Color

.myTextColor { color: #E6BD70; }

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

This text font color is #E6BD70.


Background Color

.myBgColor { background-color: #E6BD70; }

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

This div background color is #E6BD70.


Border color

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

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

This div border color is #E6BD70.


Opacity

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

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

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

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

This text has shadow with #E6BD70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BD70 on black background.


Color preview on white background

This text has color #E6BD70 on white background.



Black color preview on #E6BD70 background

This text has black color on #E6BD70 background.


White color preview on #E6BD70 background

This text has white color on #E6BD70 background.