COLOR #EBB466

HEX: #EBB466
RGB: (235,180,102)

Renk bilgisi

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

RGB renk modeli

#EBB466 color RGB value is (235,180,102).

  • kırmız ton 235;
  • yeşil ton 180;
  • mavi ton 102.
RGB:
(235,180,102)
(92%,71%,40%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 180 of 255 = 71%
B 102 of 255 = 40%

235
180
102

R + G + B ~ 68%. #EBB466 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 180 + 102 = 517 (100%)
R 235 of 517 ~ 45.45%
G 180 of 517 ~ 34.82%
B 102 of 517 ~ 19.73%

%45.45
%34.82
%19.73

CMYK RENK MODELİ

#EBB466 rengi CMYK tonu (0,23,57,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.40%
  • sarı tonu 56.60%
  • ana renk tonu 7.84%
CMYK:
(0,23,57,8)
C0M23Y57K8 
(0%,23%,57%,8%)
(0.00/0.23/0.57/0.08)	

CMYK yüzdeleri

%0
%23.4
%56.6
%7.84

Codes

Color #EBB466 in popluar color models

EBB466
RGB235180102
HSL35°76.88%66.08%
HSB/HSV35°56.60%92.16%
CMYK0.00%23.40%56.60%
7.84%

Color #EBB466 in popluar number systems.

HEXEBB466
Decimal235180102
Binary11101011101101001100110
Octal353264146

Shades and tints

Shades of #EBB466

#EBB466
(235,180,102)
#D6A45D
(214,164,93)
#C19454
(193,148,84)
#AC844B
(172,132,75)
#977442
(151,116,66)
#826439
(130,100,57)
#6D5430
(109,84,48)
#584427
(88,68,39)
#43341E
(67,52,30)
#2E2415
(46,36,21)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #EBB466

#EBB466
(235,180,102)
#ECBA73
(236,186,115)
#EDC080
(237,192,128)
#EEC68D
(238,198,141)
#EFCC9A
(239,204,154)
#F0D2A7
(240,210,167)
#F1D8B4
(241,216,180)
#F2DEC1
(242,222,193)
#F3E4CE
(243,228,206)
#F4EADB
(244,234,219)
#F5F0E8
(245,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB466 color. Also use rgb(235,180,102) instead hex code.

Text Font Color

.myTextColor { color: #EBB466; }

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

This text font color is #EBB466.


Background Color

.myBgColor { background-color: #EBB466; }

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

This div background color is #EBB466.


Border color

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

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

This div border color is #EBB466.


Opacity

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

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

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

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

This text has shadow with #EBB466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB466 on black background.


Color preview on white background

This text has color #EBB466 on white background.



Black color preview on #EBB466 background

This text has black color on #EBB466 background.


White color preview on #EBB466 background

This text has white color on #EBB466 background.