#ECEC9A

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

Shades of Portafino #ECEC9A

Tints of Portafino #ECEC9A

Color information

#ECEC9A (or 0xECEC9A) is unknown color: approx Portafino. HEX triplet: EC, EC and 9A. RGB value is (236,236,154). Sum of RGB (Red+Green+Blue) = 236+236+154=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 154 (60.55% from 255 or 24.60% from 626); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEC9A is #131365. Grayscale: #E2E2E2. Windows color (decimal): -1250150 or 10153196. OLE color: 10153196.

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

Color convert

RGB236236154-
CMYK000.350.07
HSL60º68.33%76.47%-
HSV(B)60º34.75%92.55%-
XYZ70.4280.1642.33-
YUV226.6587134.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 154 (60.55% from 255) = 24.60%
R=37.70%
G=37.70%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236154000.350.076068.3376.47
HexECEC9A002373c444c
Octal3543542320043774104114
Binary1110110011101100100110100010001111111110010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEC9A; }

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

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

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

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

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

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

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

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