#ECDB5D

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

Shades of Portica #ECDB5D

Tints of Portica #ECDB5D

Color information

#ECDB5D (or 0xECDB5D) is unknown color: approx Portica. HEX triplet: EC, DB and 5D. RGB value is (236,219,93). Sum of RGB (Red+Green+Blue) = 236+219+93=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 93 (36.72% from 255 or 16.97% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB5D is #1324A2. Grayscale: #D2D2D2. Windows color (decimal): -1254563 or 6151148. OLE color: 6151148.

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

Color convert

RGB23621993-
CMYK00.070.610.07
HSL52.87º79.01%64.51%-
HSV(B)52.87º60.59%92.55%-
XYZ61.969.2920.47-
YUV209.7262.13146.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.07%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 93 (36.72% from 255) = 16.97%
R=43.07%
G=39.96%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362199300.070.610.0752.8779.0164.51
HexECDB5D073D7354f41
Octal3543331350775765117101
Binary11101100110110111011101011111110111111010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDB5D; }

 p { color: rgb(236,219,93); }

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

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

 a { background-color: rgb(236,219,93); }

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

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

 span { border-color: rgb(236,219,93); }

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