#ECDB59

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

Shades of Portica #ECDB59

Tints of Portica #ECDB59

Color information

#ECDB59 (or 0xECDB59) is unknown color: approx Portica. HEX triplet: EC, DB and 59. RGB value is (236,219,89). Sum of RGB (Red+Green+Blue) = 236+219+89=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 89 (35.16% from 255 or 16.36% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB59 is #1324A6. Grayscale: #D1D1D1. Windows color (decimal): -1254567 or 5889004. OLE color: 5889004.

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

Color convert

RGB23621989-
CMYK00.070.620.07
HSL53.06º79.46%63.73%-
HSV(B)53.06º62.29%92.55%-
XYZ61.7369.2219.56-
YUV209.2660.13147.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 89 (35.16% from 255) = 16.36%
R=43.38%
G=40.26%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362198900.070.620.0753.0679.4663.73
HexECDB59073E7354f40
Octal3543331310776765117100
Binary11101100110110111011001011111111011111010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDB59; }

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

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

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

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

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

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

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

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