#ECD85F

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

Shades of Portica #ECD85F

Tints of Portica #ECD85F

Color information

#ECD85F (or 0xECD85F) is unknown color: approx Portica. HEX triplet: EC, D8 and 5F. RGB value is (236,216,95). Sum of RGB (Red+Green+Blue) = 236+216+95=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 95 (37.5% from 255 or 17.37% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD85F is #1327A0. Grayscale: #D0D0D0. Windows color (decimal): -1255329 or 6281452. OLE color: 6281452.

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

Color convert

RGB23621695-
CMYK00.080.600.07
HSL51.49º78.77%64.9%-
HSV(B)51.49º59.75%92.55%-
XYZ61.2167.7720.68-
YUV208.1964.13147.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 95 (37.5% from 255) = 17.37%
R=43.14%
G=39.49%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362169500.080.600.0751.4978.7764.9
HexECD85F083C7334f41
Octal35433013701074763117101
Binary111011001101100010111110100011110011111001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD85F; }

 p { color: rgb(236,216,95); }

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

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

 a { background-color: rgb(236,216,95); }

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

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

 span { border-color: rgb(236,216,95); }

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