#ECD760

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

Shades of Portica #ECD760

Tints of Portica #ECD760

Color information

#ECD760 (or 0xECD760) is unknown color: approx Portica. HEX triplet: EC, D7 and 60. RGB value is (236,215,96). Sum of RGB (Red+Green+Blue) = 236+215+96=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD760 is #13289F. Grayscale: #D0D0D0. Windows color (decimal): -1255584 or 6346732. OLE color: 6346732.

HSL color Cylindrical-coordinate representation of color #ECD760: hue angle of 51º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECD760 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23621596-
CMYK00.090.590.07
HSL51º78.65%65.1%-
HSV(B)51º59.32%92.55%-
XYZ6167.2820.84-
YUV207.7164.96148.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 215 (84.38% from 255) = 39.31%
BLUE value IS 96 (37.89% from 255) = 17.55%
R=43.14%
G=39.31%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362159600.090.590.075178.6565.1
HexECD760093B7334f41
Octal35432714001173763117101
Binary111011001101011111000000100111101111111001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD760; }

 p { color: rgb(236,215,96); }

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

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

 a { background-color: rgb(236,215,96); }

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

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

 span { border-color: rgb(236,215,96); }

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