#ECDA59

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

Shades of Portica #ECDA59

Tints of Portica #ECDA59

Color information

#ECDA59 (or 0xECDA59) is unknown color: approx Portica. HEX triplet: EC, DA and 59. RGB value is (236,218,89). Sum of RGB (Red+Green+Blue) = 236+218+89=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 89 (35.16% from 255 or 16.39% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA59 is #1325A6. Grayscale: #D1D1D1. Windows color (decimal): -1254823 or 5888748. OLE color: 5888748.

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

Color convert

RGB23621889-
CMYK00.080.620.07
HSL52.65º79.46%63.73%-
HSV(B)52.65º62.29%92.55%-
XYZ61.4768.719.47-
YUV208.6860.46147.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.46%
GREEN value IS 218 (85.55% from 255) = 40.15%
BLUE value IS 89 (35.16% from 255) = 16.39%
R=43.46%
G=40.15%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362188900.080.620.0752.6579.4663.73
HexECDA59083E7354f40
Octal35433213101076765117100
Binary111011001101101010110010100011111011111010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDA59; }

 p { color: rgb(236,218,89); }

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

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

 a { background-color: rgb(236,218,89); }

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

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

 span { border-color: rgb(236,218,89); }

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