#ECEC9B

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

Shades of Portafino #ECEC9B

Tints of Portafino #ECEC9B

Color information

#ECEC9B (or 0xECEC9B) is unknown color: approx Portafino. HEX triplet: EC, EC and 9B. RGB value is (236,236,155). Sum of RGB (Red+Green+Blue) = 236+236+155=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 155 (60.94% from 255 or 24.72% from 627); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEC9B is #131364. Grayscale: #E3E3E3. Windows color (decimal): -1250149 or 10218732. OLE color: 10218732.

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

Color convert

RGB236236155-
CMYK000.340.07
HSL60º68.07%76.67%-
HSV(B)60º34.32%92.55%-
XYZ70.580.1942.77-
YUV226.7787.5134.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 236 (92.58% from 255) = 37.64%
BLUE value IS 155 (60.94% from 255) = 24.72%
R=37.64%
G=37.64%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236155000.340.076068.0776.67
HexECEC9B002273c444d
Octal3543542330042774104115
Binary1110110011101100100110110010001011111110010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEC9B; }

 p { color: rgb(236,236,155); }

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

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

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

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

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

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

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