#ECDB54

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

Shades of Portica #ECDB54

Tints of Portica #ECDB54

Color information

#ECDB54 (or 0xECDB54) is unknown color: approx Portica. HEX triplet: EC, DB and 54. RGB value is (236,219,84). Sum of RGB (Red+Green+Blue) = 236+219+84=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB54 is #1324AB. Grayscale: #D1D1D1. Windows color (decimal): -1254572 or 5561324. OLE color: 5561324.

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

Color convert

RGB23621984-
CMYK00.070.640.07
HSL53.29º80%62.75%-
HSV(B)53.29º64.41%92.55%-
XYZ61.5269.1418.49-
YUV208.6957.63147.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.78%
GREEN value IS 219 (85.94% from 255) = 40.63%
BLUE value IS 84 (33.20% from 255) = 15.58%
R=43.78%
G=40.63%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362198400.070.640.0753.298062.75
HexECDB540740735503f
Octal3543331240710076512077
Binary11101100110110111010100011110000001111101011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDB54; }

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

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

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

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

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

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

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

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