#ECDA5C

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

Shades of Portica #ECDA5C

Tints of Portica #ECDA5C

Color information

#ECDA5C (or 0xECDA5C) is unknown color: approx Portica. HEX triplet: EC, DA and 5C. RGB value is (236,218,92). Sum of RGB (Red+Green+Blue) = 236+218+92=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA5C is #1325A3. Grayscale: #D1D1D1. Windows color (decimal): -1254820 or 6085356. OLE color: 6085356.

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

Color convert

RGB23621892-
CMYK00.080.610.07
HSL52.5º79.12%64.31%-
HSV(B)52.5º61.02%92.55%-
XYZ61.668.7520.15-
YUV209.0261.96147.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 218 (85.55% from 255) = 39.93%
BLUE value IS 92 (36.33% from 255) = 16.85%
R=43.22%
G=39.93%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362189200.080.610.0752.579.1264.31
HexECDA5C083D7344f40
Octal35433213401075764117100
Binary111011001101101010111000100011110111111010010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDA5C; }

 p { color: rgb(236,218,92); }

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

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

 a { background-color: rgb(236,218,92); }

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

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

 span { border-color: rgb(236,218,92); }

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