#ECCC57

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

Shades of Portica #ECCC57

Tints of Portica #ECCC57

Color information

#ECCC57 (or 0xECCC57) is unknown color: approx Portica. HEX triplet: EC, CC and 57. RGB value is (236,204,87). Sum of RGB (Red+Green+Blue) = 236+204+87=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC57 is #1333A8. Grayscale: #C8C8C8. Windows color (decimal): -1258409 or 5754092. OLE color: 5754092.

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

Color convert

RGB23620487-
CMYK00.140.630.07
HSL47.11º79.68%63.33%-
HSV(B)47.11º63.14%92.55%-
XYZ57.9161.7117.88-
YUV200.2364.1153.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.78%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 87 (34.38% from 255) = 16.51%
R=44.78%
G=38.71%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362048700.140.630.0747.1179.6863.33
HexECCC570E3F72f503f
Octal3543141270167775712077
Binary11101100110011001010111011101111111111011111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCC57; }

 p { color: rgb(236,204,87); }

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

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

 a { background-color: rgb(236,204,87); }

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

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

 span { border-color: rgb(236,204,87); }

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