#ECD954

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

Shades of Portica #ECD954

Tints of Portica #ECD954

Color information

#ECD954 (or 0xECD954) is unknown color: approx Portica. HEX triplet: EC, D9 and 54. RGB value is (236,217,84). Sum of RGB (Red+Green+Blue) = 236+217+84=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 84 (33.20% from 255 or 15.64% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD954 is #1326AB. Grayscale: #D0D0D0. Windows color (decimal): -1255084 or 5560812. OLE color: 5560812.

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

Color convert

RGB23621784-
CMYK00.080.640.07
HSL52.5º80%62.75%-
HSV(B)52.5º64.41%92.55%-
XYZ61.0168.118.32-
YUV207.5258.29148.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 84 (33.20% from 255) = 15.64%
R=43.95%
G=40.41%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362178400.080.640.0752.58062.75
HexECD9540840734503f
Octal35433112401010076412077
Binary111011001101100110101000100010000001111101001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD954; }

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

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

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

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

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

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

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

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