#ECD551

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

Shades of Portica #ECD551

Tints of Portica #ECD551

Color information

#ECD551 (or 0xECD551) is unknown color: approx Portica. HEX triplet: EC, D5 and 51. RGB value is (236,213,81). Sum of RGB (Red+Green+Blue) = 236+213+81=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 81 (32.03% from 255 or 15.28% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD551 is #132AAE. Grayscale: #CDCDCD. Windows color (decimal): -1256111 or 5363180. OLE color: 5363180.

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

Color convert

RGB23621381-
CMYK00.100.660.07
HSL51.1º80.31%62.16%-
HSV(B)51.1º65.68%92.55%-
XYZ59.8766.0217.37-
YUV204.8358.12150.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 213 (83.59% from 255) = 40.19%
BLUE value IS 81 (32.03% from 255) = 15.28%
R=44.53%
G=40.19%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362138100.100.660.0751.180.3162.16
HexECD5510A42733503e
Octal35432512101210276312076
Binary111011001101010110100010101010000101111100111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD551; }

 p { color: rgb(236,213,81); }

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

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

 a { background-color: rgb(236,213,81); }

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

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

 span { border-color: rgb(236,213,81); }

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