COLOR #EBBD80

HEX: #EBBD80
RGB: (235,189,128)

Renk bilgisi

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

RGB renk modeli

#EBBD80 color RGB value is (235,189,128).

  • kırmız ton 235;
  • yeşil ton 189;
  • mavi ton 128.
RGB:
(235,189,128)
(92%,74%,50%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 189 of 255 = 74%
B 128 of 255 = 50%

235
189
128

R + G + B ~ 72%. #EBBD80 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 189 + 128 = 552 (100%)
R 235 of 552 ~ 42.57%
G 189 of 552 ~ 34.24%
B 128 of 552 ~ 23.19%

%42.57
%34.24
%23.19

CMYK RENK MODELİ

#EBBD80 rengi CMYK tonu (0,20,46,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.57%
  • sarı tonu 45.53%
  • ana renk tonu 7.84%
CMYK:
(0,20,46,8)
C0M20Y46K8 
(0%,20%,46%,8%)
(0.00/0.20/0.46/0.08)	

CMYK yüzdeleri

%0
%19.57
%45.53
%7.84

Codes

Color #EBBD80 in popluar color models

EBBD80
RGB235189128
HSL34°72.79%71.18%
HSB/HSV34°45.53%92.16%
CMYK0.00%19.57%45.53%
7.84%

Color #EBBD80 in popluar number systems.

HEXEBBD80
Decimal235189128
Binary111010111011110110000000
Octal353275200

Shades and tints

Shades of #EBBD80

#EBBD80
(235,189,128)
#D6AC75
(214,172,117)
#C19B6A
(193,155,106)
#AC8A5F
(172,138,95)
#977954
(151,121,84)
#826849
(130,104,73)
#6D573E
(109,87,62)
#584633
(88,70,51)
#433528
(67,53,40)
#2E241D
(46,36,29)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #EBBD80

#EBBD80
(235,189,128)
#ECC38B
(236,195,139)
#EDC996
(237,201,150)
#EECFA1
(238,207,161)
#EFD5AC
(239,213,172)
#F0DBB7
(240,219,183)
#F1E1C2
(241,225,194)
#F2E7CD
(242,231,205)
#F3EDD8
(243,237,216)
#F4F3E3
(244,243,227)
#F5F9EE
(245,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBD80 color. Also use rgb(235,189,128) instead hex code.

Text Font Color

.myTextColor { color: #EBBD80; }

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

This text font color is #EBBD80.


Background Color

.myBgColor { background-color: #EBBD80; }

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

This div background color is #EBBD80.


Border color

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

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

This div border color is #EBBD80.


Opacity

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

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

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

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

This text has shadow with #EBBD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBD80 on black background.


Color preview on white background

This text has color #EBBD80 on white background.



Black color preview on #EBBD80 background

This text has black color on #EBBD80 background.


White color preview on #EBBD80 background

This text has white color on #EBBD80 background.