#EACD5D

Color #EACD5D Portica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portica #EACD5D

Tints of Portica #EACD5D

Color information

#EACD5D (or 0xEACD5D) is unknown color: approx Portica. HEX triplet: EA, CD and 5D. RGB value is (234,205,93). Sum of RGB (Red+Green+Blue) = 234+205+93=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD5D is #1532A2. Grayscale: #C9C9C9. Windows color (decimal): -1389219 or 6147562. OLE color: 6147562.

HSL color Cylindrical-coordinate representation of color #EACD5D: hue angle of 47.66º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EACD5D is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23420593-
CMYK00.120.600.08
HSL47.66º77.05%64.12%-
HSV(B)47.66º60.26%91.76%-
XYZ57.7461.9519.27-
YUV200.967.11151.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 43.98%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 93 (36.72% from 255) = 17.48%
R=43.98%
G=38.53%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342059300.120.600.0847.6677.0564.12
HexEACD5D0C3C8304d40
Octal352315135014741060115100
Binary1110101011001101101110101100111100100011000010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD5D; }

 p { color: rgb(234,205,93); }

 H1.HeaderClassName
 {
   color: #EACD5D;
 }
 .AnyTagClassName
 {
   color: #EACD5D;
 }
</style>
background-color css

<style>
 a { background-color: #EACD5D; }

 a { background-color: rgb(234,205,93); }

 div.DivClassName
 {
   background-color: #EACD5D;
 }
 .BgClassName
 {
   background-color: #EACD5D;
 }
</style>
border-color css

<style>
 span { border-color: #EACD5D; }

 span { border-color: rgb(234,205,93); }

 td.TdClassName
 {
   border-color: #EACD5D;
 }
 .TagClassName
 {
   border-color: #EACD5D;
 }
</style>