#ECD95F

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

Shades of Portica #ECD95F

Tints of Portica #ECD95F

Color information

#ECD95F (or 0xECD95F) is unknown color: approx Portica. HEX triplet: EC, D9 and 5F. RGB value is (236,217,95). Sum of RGB (Red+Green+Blue) = 236+217+95=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD95F is #1326A0. Grayscale: #D1D1D1. Windows color (decimal): -1255073 or 6281708. OLE color: 6281708.

HSL color Cylindrical-coordinate representation of color #ECD95F: hue angle of 51.91º 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 #ECD95F is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23621795-
CMYK00.080.600.07
HSL51.91º78.77%64.9%-
HSV(B)51.91º59.75%92.55%-
XYZ61.4768.2820.77-
YUV208.7763.79147.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.07%
GREEN value IS 217 (85.16% from 255) = 39.60%
BLUE value IS 95 (37.5% from 255) = 17.34%
R=43.07%
G=39.60%
B=17.34%

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
Decimal2362179500.080.600.0751.9178.7764.9
HexECD95F083C7344f41
Octal35433113701074764117101
Binary111011001101100110111110100011110011111010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD95F; }

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

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

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

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

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

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

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

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