#ECD455

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

Shades of Portica #ECD455

Tints of Portica #ECD455

Color information

#ECD455 (or 0xECD455) is unknown color: approx Portica. HEX triplet: EC, D4 and 55. RGB value is (236,212,85). Sum of RGB (Red+Green+Blue) = 236+212+85=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD455 is #132BAA. Grayscale: #CDCDCD. Windows color (decimal): -1256363 or 5625068. OLE color: 5625068.

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

Color convert

RGB23621285-
CMYK00.100.640.07
HSL50.46º79.89%62.94%-
HSV(B)50.46º63.98%92.55%-
XYZ59.7865.5818.1-
YUV204.760.45150.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.28%
GREEN value IS 212 (83.20% from 255) = 39.77%
BLUE value IS 85 (33.59% from 255) = 15.95%
R=44.28%
G=39.77%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362128500.100.640.0750.4679.8962.94
HexECD4550A40732503f
Octal35432412501210076212077
Binary111011001101010010101010101010000001111100101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD455; }

 p { color: rgb(236,212,85); }

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

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

 a { background-color: rgb(236,212,85); }

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

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

 span { border-color: rgb(236,212,85); }

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